I am trying to upgrade my php 3 on a Alpha Redhat 6.0 box. I get through the ./config and make just fine during the make install I run into this error.
/root/php/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 `/root/php/php-4.0.6'
make: [install-recursive] Error 1
I have mod_so.c installed on my apache. Any suggestions?
Thanks,
Daniel