Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001072

[PHP] ...No PNG support in this PHP build .... From: Brian C. Doyle (bcdoyle <email protected>)
Date: 07/25/01

Hello all,

I have some code that I have in 2 different directories on my server in the
one directory it runs and draws the Image. In another directory it will not?

I have both directorys chmod the same the 2 directories are with different
owners.

What am I doing wrong?

The error I am getting is Warning: ImagePng: No PNG support in this PHP
build in /home/user1/www/map/map_graphic.php on line 77

My config comand for PHP was
./configure' '--with-swf=../dist' '--with-pgsql=/usr/local/pgsql'
'--with-apache=../apache_1.3.17' '--with-gd=../gd-1.8.4'
'--with-mcrypt=../libmcrypt-2.2.6' '--with-imap=../imap-4.7c'
'--with-pspell=../pspell-.11.0.1--enable-track-vars'
'--disable-posix-threads' '--with-xml' '--enable-ftp'

and as I said in one case it works fine and another it errors.

Thanks for all the help.