ciao

oggi ho ripreso in mano la questione, cercando con google ho trovato questo link che spiega come compilare le jpeg-6

http://quox.org/install/graphics/jpeg-6b.html

ora in effetti "finalmente" le ho installate in /usr/local/jpeg-6b

ho ricompilato php con questo configure:

codice:
'./configure' '--with-mysql=/usr/local/mysql4.1.9/' '--with-apxs=/usr/local/apache/bin/apxs' '--with-gd' '--with-zlib-dir=/usr/local/zlib-1.2.2/' '--with-jpeg-dir=/usr/local/jpeg-6b/'
ma purtroppo la configurazione delle GD resta:

codice:
gd
GD Support 	enabled
GD Version 	bundled (2.0.28 compatible)
GIF Read Support 	enabled
GIF Create Support 	enabled
PNG Support 	enabled
WBMP Support 	enabled
XBM Support 	enabled
non so piu cosa fare!

provo a compilare anche le GD invece di usare quelle gia presenti in php?