[php]Getting GD working with jpeg support

Associate
Joined
21 May 2003
Posts
1,365
Hit a bit of a stumbling block with getting GD jpeg support enabled.

I'm using PHP 5.2.3 compiled from source on a fedora C5 box.

I've downloaded and installed libjpeg:

./configure
make
make install

and now have a libjpeg.so in /usr/lib/

I've recompiled PHP with the extra --with-gd --with-jpeg-dir=/usr/lib

Restarted apache etc...

phpinfo() shows GD as installed but without jpeg support, any ideas?
 
Back
Top Bottom