ID: 41558 Updated by: [EMAIL PROTECTED] Reported By: sandro dot pedrocchi at mitlinks dot ch -Status: Open +Status: Feedback Bug Type: CGI related Operating System: Debian Linux PHP Version: 5.2.3 New Comment:
Hint: You don't need to manually copy anything. CGI is now copied to 'php-cgi' automatically along with CLI as 'php'. And about the crash: Where's the GDB backtrace? Previous Comments: ------------------------------------------------------------------------ [2007-06-01 15:17:32] sandro dot pedrocchi at mitlinks dot ch Description: ------------ I compiled php as cgi with the this configuration: ./configure --enable-cli --enable-cgi --enable-fastcgi --enable-force-cgi-redirect --enable-memory-limit --enable-track-vars --with-pcre-regex --without-mm --prefix=/usr/local/php5 --with-mysql=/usr/include/mysql/ --enable-soap --enable-ftp--enable-wddx --with-imap --with-imap-ssl --with-kerberos --enable-pcntl --with-zlib --with-mcrypt --with-xsl --enable-mbstring --enable-sysvshm --enable-sysvsem --enable-sysvmsg --enable-shmop --enable-sockets --with-openssl --with-ldap --with-ldap-sasl --with-gd --enable-memcache && make && make install && cp sapi/cli/php /usr/local/php5/bin/php-cli && cp /usr/local/php5/bin/php /usr/lib/cgi-bin/php5-cgi PHP 5.2.2 works fine. But with 5.2.3 i get a segmentation fault. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=41558&edit=1
