On Red Hat ver 6.2 with Apache 1.3.3
I am able to run the command
./configure --with-mysql --with-apxs=/usr/sbin/apxs --with-xml
with out errors.
Then I can run make with out errors.
It is when I run make install
that I receive this error.
make[1]: Leaving directory `/usr/src/php-4.0.6/TSRM'
Making install in regex
make[1]: Entering directory `/usr/src/php-4.0.6/regex'
make[2]: Entering directory `/usr/src/php-4.0.6/regex'
make[2]: Nothing to be done for `install-p'.
make[2]: Leaving directory `/usr/src/php-4.0.6/regex'
make[1]: Leaving directory `/usr/src/php-4.0.6/regex'
Making install in .
make[1]: Entering directory `/usr/src/php-4.0.6'
/usr/src/php-4.0.6/build/shtool mkdir -p "/usr/lib/apache" &&
/usr/sbin/apxs -S LIBEXECDIR="/usr/lib/apache" -i -a -n php4 libs/libphp4.so
apxs:Error: Unknown option: S
Usage: apxs -g -n <modname>
apxs -q <query> ...
apxs -c [-o <dsofile>] [-D <name>[=<value>]] [-I <incdir>]
[-L <libdir>] [-l <libname>] [-Wc,<flags>] [-Wl,<flags>]
<files> ...
apxs -i [-a] [-A] [-n <modname>] <dsofile> ...
make[1]: *** [install-sapi] Error 1
make[1]: Leaving directory `/usr/src/php-4.0.6'
make: *** [install-recursive] Error 1
I have tried everything, including making the proper changes to the apxs
file as suggested in the faq and read all of the faq's and archives but have
not found a solution to this issue.
Any help will be greatly appreciated,
Thanks
--
PHP Install 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]