[PHP] HELP: can't use the GD library From: (no email)
Date: 08/05/00

Hi,
I've load gd-1.8.3 on the net, I make it in/usr/gd-1.8.3, I put it libgd.so
In PHP directory, I do:

./configure --with-gd=/usr/gd-1.8.3 --with-jpeg-dir=/usr/gd-1.8.3 --with-pgs
ql --with-apache --enable-track-vars
make
make install

phpinfo() works, but when I use a function from GD (create a new one (I got
a broken image icon) or open one) it doesn't work.
For exemple, if I use <? imagecreatefromjpeg() ?> I got:
No JPEG support in this PHP build

If someone can help me ... , thanks

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>