Just throwing a problem I'm having at this forums direction in hopes someone has ran into it before.
First step of PHP install, "./configure --with-apxs2=/usr/local/bin/apxs" errors out with...
Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... no
checking for Apache 1.x module support... no
checking for member fd in BUFF *... (cached) no
checking for mod_charset compatibility option... no
checking for Apache 2.0 filter-module support via DSO through APXS... no
checking for Apache 2.0 handler-module support via DSO through APXS... Use of uninitialized value in concatenation (.) or string at /usr/local/bin/apxs line 236.
Use of uninitialized value in concatenation (.) or string at /usr/local/bin/apxs line 236.
Use of uninitialized value in concatenation (.) or string at /usr/local/bin/apxs line 236.
Use of uninitialized value in concatenation (.) or string at /usr/local/bin/apxs line 236.
Use of uninitialized value in concatenation (.) or string at /usr/local/bin/apxs line 236.
Use of uninitialized value in concatenation (.) or string at /usr/local/bin/apxs line 236.
Use of uninitialized value in concatenation (.) or string at /usr/local/bin/apxs line 236.
Use of uninitialized value in concatenation (.) or string at /usr/local/bin/apxs line 236.
Use of uninitialized value in concatenation (.) or string at /usr/local/bin/apxs line 236.
Use of uninitialized value in concatenation (.) or string at /usr/local/bin/apxs line 236.
Use of uninitialized value in concatenation (.) or string at /usr/local/bin/apxs line 236.
Use of uninitialized value in concatenation (.) or string at /usr/local/bin/apxs line 236.
yes
the rest of the config runs as expected.
Next step, make, runs fine. No abnormal/unexpected errors.
Next step, make install, errors out with...
#> make install
Installing PHP SAPI module: apache2handler
Use of uninitialized value in concatenation (.) or string at /usr/local/bin/apxs line 236.
apxs:Error: no config variable LIBEXECDIR
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>] [-p] <files> ...
apxs -i [-S <var>=<val>] [-a] [-A] [-n <modname>] <dsofile> ...
apxs -e [-S <var>=<val>] [-a] [-A] [-n <modname>] <dsofile> ...
make: *** [install-sapi] Error 1
The error mentions a missing config variable LIBEXECDIR, which I tested exporting manually with values "/usr/local/libexec:/usr/libexec" and still ran into the same results.
Some general info;
slackware 9
perl 5.8.3
httpd 2.0.49 (compiled with --enable-so)
php 4.3.6
Any help would be appreciated.
Thanks