Prev: replying to list
Next: ViaFirma php Client
From: "Sharl.Jimh.Tsin" on 21 Apr 2010 06:17 hi,everyone I installed php 5.3.2 from source. this is my configurate string: $ ./configure --prefix=/usr/local/php --bindir=/usr/local/bin --sbindir=/usr/local/sbin --sysconfdir=/etc/sysconfig --localstatedir=/var --enable-fpm --enable-calendar --enable-dba-shared --enable-exif --enable-ftp --enable-gd-native-ttf --enable-intl --enable-mbstring --enable-soap --enable-sockets --enable-wddx --enable-zip --enable-zend-multibyte --with-libevent-dir=/usr/local/libevent --with-fpm-user=http --with-fpm-group=web --with-config-file-path=/etc/sysconfig/php.ini --with-openssl --with-kerberos --with-zlib --with-bz2 --with-gd --with-mhash --with-imap --with-imap-ssl --with-ldap --with-mcrypt --with-mysql=/usr/local/mysql --with-mysql-sock=/tmp --with-mysqli=/usr/local/bin/mysql_config --with-xmlrpc after make install. i can not find php-cgi file in the bin/sbin directory. WHY? ("--disable-cgi" is not used) Best regards, Sharl.Jimh.Tsin
From: shiplu on 21 Apr 2010 06:44 Did you try --with-fastcgi or --enable-fastcgi Shiplu Mokaddim My talks, http://talk.cmyweb.net Follow me, http://twitter.com/shiplu SUST Programmers, http://groups.google.com/group/p2psust Innovation distinguishes bet ... ... (ask Steve Jobs the rest) On Wed, Apr 21, 2010 at 5:17 PM, Sharl.Jimh.Tsin <amoiz.shine(a)gmail.com> wrote: > i can not find php-cgi file in the bin/sbin directory. WHY?
From: "Sharl.Jimh.Tsin" on 21 Apr 2010 06:55 Sorry,i don't add it. and i can not find them in the ./configure --help context. does this string really exist? thankx a lot. Best regards, Sharl.Jimh.Tsin 2010/4/21 shiplu <shiplu.net(a)gmail.com>: > Did you try --with-fastcgi or --enable-fastcgi > > > > > > Shiplu Mokaddim > My talks, http://talk.cmyweb.net > Follow me, http://twitter.com/shiplu > SUST Programmers, http://groups.google.com/group/p2psust > Innovation distinguishes bet ... ... (ask Steve Jobs the rest) > > > > On Wed, Apr 21, 2010 at 5:17 PM, Sharl.Jimh.Tsin <amoiz.shine(a)gmail.com> wrote: >> i can not find php-cgi file in the bin/sbin directory. WHY? >
From: "Sharl.Jimh.Tsin" on 21 Apr 2010 07:32 added it,but still no found. å§rz Best regards, Sharl.Jimh.Tsin 2010/4/21 Sharl.Jimh.Tsin <amoiz.shine(a)gmail.com>: > Sorry,i don't add it. > > and i can not find them in the ./configure --help context. > > does this string really exist? > > thankx a lot. > > Best regards, > Sharl.Jimh.Tsin > > > > 2010/4/21 shiplu <shiplu.net(a)gmail.com>: >> Did you try --with-fastcgi or --enable-fastcgi >> >> >> >> >> >> Shiplu Mokaddim >> My talks, http://talk.cmyweb.net >> Follow me, http://twitter.com/shiplu >> SUST Programmers, http://groups.google.com/group/p2psust >> Innovation distinguishes bet ... ... (ask Steve Jobs the rest) >> >> >> >> On Wed, Apr 21, 2010 at 5:17 PM, Sharl.Jimh.Tsin <amoiz.shine(a)gmail.com> wrote: >>> i can not find php-cgi file in the bin/sbin directory. WHY? >> >
From: "Sharl.Jimh.Tsin" on 22 Apr 2010 03:30
who can give me a sample to build a cgi version of php 5.3.x? i really have no idea now... Best regards, Sharl.Jimh.Tsin å¨ 2010å¹´4æ21æ¥ ä¸å7:32ï¼Sharl.Jimh.Tsin <amoiz.shine(a)gmail.com> åéï¼ > added it,but still no found. å§rz > > Best regards, > Sharl.Jimh.Tsin > > > > 2010/4/21 Sharl.Jimh.Tsin <amoiz.shine(a)gmail.com>: >> Sorry,i don't add it. >> >> and i can not find them in the ./configure --help context. >> >> does this string really exist? >> >> thankx a lot. >> >> Best regards, >> Sharl.Jimh.Tsin >> >> >> >> 2010/4/21 shiplu <shiplu.net(a)gmail.com>: >>> Did you try --with-fastcgi or --enable-fastcgi >>> >>> >>> >>> >>> >>> Shiplu Mokaddim >>> My talks, http://talk.cmyweb.net >>> Follow me, http://twitter.com/shiplu >>> SUST Programmers, http://groups.google.com/group/p2psust >>> Innovation distinguishes bet ... ... (ask Steve Jobs the rest) >>> >>> >>> >>> On Wed, Apr 21, 2010 at 5:17 PM, Sharl.Jimh.Tsin <amoiz.shine(a)gmail.com> wrote: >>>> i can not find php-cgi file in the bin/sbin directory. WHY? >>> >> > |