Hey All, I've installed many version of PHP since ... early PHP4 or so. No problems. PHP5/Apache2, never had a problem since they came out.
BUT I am trying to get PHP5/Apache2 to compile on an AMD64 machine. Apache2 compiles/runs just fine. PHP5 compiles/runs just fine UNLESS I do --with-apxs2 during configure. Then the make install crashes with: Installing PHP SAPI module: apache2handler /www/build/instdso.sh SH_LIBTOOL='/www/build/libtool' libphp5.la /www/modules /www/build/libtool --mode=install cp libphp5.la /www/modules/ cp .libs/libphp5.lai /www/modules/libphp5.la cp .libs/libphp5.a /www/modules/libphp5.a ranlib /www/modules/libphp5.a chmod 644 /www/modules/libphp5.a libtool: install: warning: remember to run `libtool --finish /download/php-5.0.3/libs' Warning! dlname not found in /www/modules/libphp5.la. Assuming installing a .so rather than a libtool archive. chmod 755 /www/modules/libphp5.so chmod: cannot access `/www/modules/libphp5.so': No such file or directory apxs:Error: Command failed with rc=65536 . make: *** [install-sapi] Error 1 Any one have any idea? I'd be happy to provide more info if needed. -Charlie