Hey PHP gods.
Here's one for ya.
Solaris 8/256MB Ram, ~600MB swap
PHP 4.0.6
./configure --with-mysql=/usr/local/mysql --with-apache=../apache_1.3.20 --enable-track-vars --with-ldap=/usr/local
GCC 2.95.2
OpenLDAP 2.0.11
Apache 1.3.20
./configure \
"--with-layout=Apache" \
"--prefix=/usr/local/apache" \
"--activate-module=src/modules/php4/libphp4.a"
OpenLdap compiles and installs without error.
PHP compiles without error
Apache compiles/installs/starts without error with php as a static mod.
However, the load goes up on my machine, and the httpd processes churn away, not serving up anything, using more and more memory until I eventually run out of memory (45-50 mins?) I get in the apache error_log this:
Ouch! malloc failed in malloc_block()
but then the server seems to run fine.