> => Php find the old GD with gif > > How can I do to install thr Png and JPEG support ?? >
you can specify a location for the GD library by using --with-gd=/path/to/gd. If you can find your new gd, you can explicitly tell ./configure where to find the right lib. Also, I noticed that your output has (cached) next to each line of configure. This means that ./configure has been run again. If you tried to do configure and then installed libraries, configure will not look for them again unless you clear the cache. I typically do a 'make clean' and then 'rm config.cache' to get rid of the cache file. This step alone could fix your problem. Matthew Nuzum followers.net _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers
