Hello All, I've had this problem for a little while now. I am building PHP as an Apache shared Module, so my configure looks something like this: ./configure --with-mysql=.. --with-pgsql=.. --with-gd --with-apxs=..
This works fine, builds fine, but when I run make install, it freezes. HOST php-5.0.1 # make install Installing PHP SAPI module: apache <This is the point it freezes> My only workaround has been to remove the whole Apache install, and then re-build a fresh apache, a fresh PHP and then run make install which works fine. There has got to be a better way, and/or something I am missing here. Any ideas? Thanks! -Brad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php