PHP 4.0.6 läßt sich bei mir nicht installieren
Nachdem ich es mit
./configure --with-mysql --with-apxs --with-zlib (wie schon bei PHP4.0.4pl1 & 4.0.5) konfiguriert habe und dann mit "make" kompiliert habe kommt nach "make install":
................
Making install in regex
make[1]: Entering directory `/usr/local/php-4.0.6/regex'
make[2]: Entering directory `/usr/local/php-4.0.6/regex'
make[2]: Nothing to be done for `install-p'.
make[2]: Leaving directory `/usr/local/php-4.0.6/regex'
make[1]: Leaving directory `/usr/local/php-4.0.6/regex'
Making install in .
make[1]: Entering directory `/usr/local/php-4.0.6'
/usr/local/php-4.0.6/build/shtool mkdir -p "/usr/lib/apache" && apxs -S LIBEXECDIR="/usr/lib/apache" -i -a -n php4 libs/libphp4.so
apxs:Warning: /usr/bin/httpd not found or not executable
apxs:Warning: Continuing anyway...
apxs:Warning: No shared object support for Apache
apxs:Warning: available under your platform. Make sure
apxs:Warning: the Apache module mod_so is compiled into
apxs:Warning: your server binary `/usr/bin/httpd'.
apsx:Warning: Continuing anyway...
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/local/php-4.0.6'
make: *** [install-recursive] Error 1
Eine Möglichkeit die ich mir gedacht habe wäre einen Symbolischen Link von /usr/bin/httpd auf /usr/sbin/httpd zu setzen allerdings hatte jemand anderer auf dem vB Supportforum das gleiche Problem und dort gab es weiterhin den "apxs:Error: Unknown option: S" Fehler.
Hat irgendjemand hier schon PHP 4.0.6 ausprobiert? Langsam kommt mir das merkwürdig vor da Apache bei keiner Installation die ich mir angesehen habe in /usr/bin/httpd ist
Wo finde ich das Installationsscript das mit "make install" ausgeführt wird?