Trying to install apache 1.3.26 plus PHP 4.2.2 installed and cannot get
the libpng stuff to work with GD....
in the apache error log I get:-
[Tue Aug 27 09:31:10 2002] [notice] child pid 6825 exit signal
Segmentation fault (11)
[Tue Aug 27 09:31:10 2002] [notice] child pid 6824 exit signal
Segmentation fault (11)
-- and these are being generated when access imagecreatefrompng --
My configure line for PHP is:-
./configure --enable-debug \
--with-gd=/usr/local/gd-1.8.4 \
--with-mysql=/usr/local/mysql \
--with-png-dir=/usr/lib \
--with-zlib-dir=/usr/lib \
--with-jpeg-dir=/usr/lib \
--with-apxs=/usr/local/apache/bin/apxs \
--with-config-file-path=/usr/local/apache/config
When I run http -X I cann not get a trackback...e.g:-
linux:/usr/local/apache/bin # pwd
/usr/local/apache/bin
linux:/usr/local/apache/bin # ./httpd -X
Segmentation fault
linux:/usr/local/apache/bin # ls
. .. ab apachectl apxs checkgid dbmmanage htdigest htpasswd
httpd logresolve rotatelogs
linux:/usr/local/apache/bin #
Any ideas ?
Thanks in advance, dave
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php