php-5.4.8 goes through configure fine and compiles fine, all tests are fine with the exception of two or three and I can look into those later.
However make install fails quickly and totally : $ gmake install Installing PHP SAPI module: apache2handler /usr/local/www/data/build/instdso.sh SH_LIBTOOL='/usr/local/build/libtool' libphp5.la /usr/local/modules /usr/local/build/libtool --mode=install cp libphp5.la /usr/local/modules/ /usr/local/www/data/build/instdso.sh: /usr/local/build/libtool: not found apxs:Error: Command failed with rc=65536 . gmake: *** [install-sapi] Error 1 I do not know why there is a reference to some libtool at /usr/local/build/libtool as no such file exists nor do I recall it ever existing. Is there a config error somewhere or a Makefile at fault ? A search in the source directory can find no file anywhere with the characters "/usr/local/build/libtool" in it. Dennis