I cannot seem to get PHP4 to configure with apxs on Solaris 2.7. I'm
using Apache 1.3.12, and php 4.01p12. It looks like it's passing invalid
arguments to apxs?
---snip---Quote:> ./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs
Configuring SAPI modules
checking for AOLserver support... no
checking for Apache module support via DSO through APXS...
Usage: apxs -g [-S <var>=<val>] -n <modname>
apxs -q [-S <var>=<val>] <query> ...
apxs -c [-S <var>=<val>] [-o <dsofile>] [-D <name>[=<value>]]
[-I <incdir>] [-L <libdir>] [-l <libname>] [-Wc,<flags>]
[-Wl,<flags>] <files> ...
apxs -i [-S <var>=<val>] [-a] [-A] [-n <modname>] <dsofile> ...
apxs -e [-S <var>=<val>] [-a] [-A] [-n <modname>] <dsofile> ...
configure: error: Sorry, I cannot run apxs. Either you need to install
Perl or you need to pass the absolute path of apxs by using
--with-apxs=/absolute/path/to/apxs