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?
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?