Help....

I want to install apache 1.3.26 with php 4.2.2 (plus png support) on a 
suse 8.0 machine.

I constantly get segV errors when using imagecreatefrompng.....

Have tried gd 1.8.4 / and the gd beta 2.0.1, have also tried installed 
the latest libpng 1.2.4.

The php INSTALL file makes it seem trivial to have this working ??

Has anyone else having issues with getting png support on the latest 
builds ?

Thanks dave


ps. My php configure look like:-

./configure --enable-debug \
            --with-gd=/usr/local/gd-1.8.4 \
            --with-png-dir=/usr \
            --with-jpeg-dir=/usr \
            --with-zlib-dir=/usr \
            --with-mysql=/usr/local/mysql \
            --with-apxs=/usr/local/apache/bin/apxs \
            --with-config-file-path=/usr/local/apache/config




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to