Hi all,
I'm installing Apache 1.3.27 with PHP 4.3.2 with GD module on a Sun Solaris machine. The installation goes fine (no error). When I try to load a page with gd function, apache throws a Segmentation Fault. My PHP configuration command is as follows:
./configure --with-mysql=/u01/mysql --with-apache=../apache_1.3.27 --enable-track-vars --with-xml --with-gd --with-png-dir=../libpng --with-zlib-dir=../zlib
Anyone any idea?