Hi When i have compiled apache 2.0.43 on aix 4.3.3 with this options: ./configure --prefix=/usr/local/apache2 --enable-so --with-mpm=worker
Then i have compiled php 4.3.0: ./configure --prefix=/usr/local/apache2/php --with-mysql --with-apxs2=/usr/l ocal/apache2/bin/apxs All compilation has gone fine, but when i run httpd with loadmodule libphp4.so system shows memory segmentation and apache doesn't start. I use gcc 3.2.1. Any idea ?