Jon Pearse
07-19-2003, 11:16 PM
Hi,
Interesting problem here in setting up a site for a client. I'm making use of a lot of GD stuff to save the client having to mess around with having to crop images and stuff. However, I've just moved everything to my client's host, and here's where the problems begin
The server is running PHP 4.3.2 and the bundled version of the GDLib. libPNG and libJPEG have been installed as well.
However, for whatever reason, PHP doesn't seem to be picking up libJPEG. It's been configured --with-jpeg-dir=/usr/local/lib/libjpeg.a, but it's still not picking up.
The result that ImageCreateFromJPEG() and other such functions don't work...
Any suggestions?
-Jon
Interesting problem here in setting up a site for a client. I'm making use of a lot of GD stuff to save the client having to mess around with having to crop images and stuff. However, I've just moved everything to my client's host, and here's where the problems begin
The server is running PHP 4.3.2 and the bundled version of the GDLib. libPNG and libJPEG have been installed as well.
However, for whatever reason, PHP doesn't seem to be picking up libJPEG. It's been configured --with-jpeg-dir=/usr/local/lib/libjpeg.a, but it's still not picking up.
The result that ImageCreateFromJPEG() and other such functions don't work...
Any suggestions?
-Jon