[PHP-DEV] PHP 4.0 Bug #6904: Compiling fails using APXS From: anti <email protected>
Date: 09/27/00

From: anti <email protected>
Operating system: RedHat 6.2
PHP version: 4.0.2
PHP Bug Type: Apache related
Bug description: Compiling fails using APXS

cd /usr/local/php
./configure --with-mysql --with-apxs=../apache/src/support/apxs --enable-track-vars --enable-versioning

This gives the normal compiling messages, but when it gets to configure SAPI modules,
at the apxs module ehoes the usage (like I normally run the apxs executable script) and
after this gives me an error that i should give the full path or i need to install perl...
I have to mention that i use apache1.3.12, and i had to modify the first line of apxs
from #!/usr/local/bin/perl to #!/usr/bin/perl for the script to run. Otherwise it gived me
a no suth file error.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>