Prev: replying to list
Next: ViaFirma php Client
From: Lupus Michaelis on 22 Apr 2010 04:39 Le 21/04/2010 12:17, Sharl.Jimh.Tsin a �crit : > i can not find php-cgi file in the bin/sbin directory. WHY? > ("--disable-cgi" is not used) cd to your build directory, then type next command : find . -name php5-cgi -or -name php-cgi -- Micka�l Wolff aka Lupus Michaelis http://lupusmic.org
From: "Sharl.Jimh.Tsin" on 22 Apr 2010 04:57
thanks for your reply. i think i have know the reason now. the CGI version of php is not built by default,we MUST add "--enable-cgi" to configure explicitly. Best regards, Sharl.Jimh.Tsin 2010/4/22 Lupus Michaelis <mickael+php(a)lupusmic.org>: > Le 21/04/2010 12:17, Sharl.Jimh.Tsin a écrit : > >> i can not find php-cgi file in the bin/sbin directory. WHY? >> ("--disable-cgi" is not used) > > cd to your build directory, then type next command : > > find . -name php5-cgi -or -name php-cgi > > > -- > Mickaël Wolff aka Lupus Michaelis > http://lupusmic.org > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > |