ID: 11647 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Operating system: PHP Version: 4.0.6 Assigned To: Comments: I recommend that you upgrade your webserver version from 1.3.6 to 1.3.20. Previous Comments: --------------------------------------------------------------------------- [2001-06-25 00:43:24] [EMAIL PROTECTED] Script: su cp /usr/sbin/httpd /usr/bin/httpd cd /tmp gzip -d php-4.0.6.tar.gz tar -xvf php-4.0.6.tar cd php-4.0.6 ./configure --prefix=/usr/local/php-4.0.6 --exec-prefix=/usr/local/php-4.0.6 --with-apxs=/usr/sbin/apxs --with-mysql=/usr/local/mysql make make install Description: At this point, the installation process fails because the 'make install' script invokes APXS. APXS runs, but responds that it does not understand the -S flag, which is visibly being used. This takes place when running Apache/1.3.6 with mod_perl/1.21, mod_ssl/2.2.8, and OpenSSL/0.9.2b on a Cobalt RaQ 3i system with all of the latest patches from Cobalt installed. This problem did not occur with any previous versions of PHP. PHP 4.0.5 installs perfectly. --------------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=11647&edit=2 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]