Hi,

I've just updated my version of PHP to 4.3.3 using the following config line

./configure --with-apxs --with-mysql --with-gd --with-zlib-dir=/usr/local/lib --with-jpeg-dir=/usr/local/lib --with-freetype-dir=/usr/local/lib --with-pdflib

All works fine however i have no JPEG support.

I know it works from the make test and it even shows as being there when i run the configure, which completes with no errors.

I've tried 'make clean', and every other possible combination possible. but phpinfo() contiunes to return
GD Support enabled

GD Version bundled (2.0.15 compatible)

GIF Read Support enabled

PNG Support enabled

WBMP Support enabled

XBM Support enabled

The other thing, which must be realated is that the Build Date and Configure Command in the phpinfo() have not changed since the first time i upgraded to 4.3.3

I didn't initaly install the GD modual, however since i recomplied it, it's now showing in phpinfo() however it never seem to update. Also i don't think it's noticing changes in the php.ini either.

Please help. thanks

    not 100% sure but gd2 might have it biult in.

    dont quote dough:p

      It sounds like you have a better idea of what you're doing than I do. I have the same problem but on Mac OS X (maybe it doesn't matter).

      2 thoughts:

      go to the main page of Images section of the php manual and read some of the threads at the bottom...this may reveal some ideas about getting jpg library to work

      also, fwiw... check my thread at
      http://www.devnetwork.net/forums/viewtopic.php?p=58536#58536

      HTH

        Write a Reply...