I am running php5 on Fedora and I cant get the JPEG support to be enabled.
the libjpeg.so is in the usr/lib directory
when I compile php I use the following:
But when I check my phpinfo JPEG support is not mentioned:
what is the next step? This is becoming an issue, I have recompiled php many times now, and no luck (compiling from the admin area and of course doing a graceful restart)
the log is included in a seperate post due to its size:
Please help!
Thanks
the libjpeg.so is in the usr/lib directory
when I compile php I use the following:
--with-mysql --with-mysqli --with-zlib --with-gd --with-jpeg --with-jpeg=/usr/lib --with-mhash --with-mcrypt --with-curl --with-php-curl --with-pdo --with-dom --with-cgi --with-pdo-mysql --with-iconv --enable-simplexml --enable-module=rewrite --enable-shmop --enable-track-vars --enable-sockets --enable-sysvsem --enable-sysvshm --enable-mbstring --enable-gd-native-ttf
gd
GD Support enabled
GD Version bundled (2.0.34 compatible)
GIF Read Support enabled
GIF Create Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
GD Support enabled
GD Version bundled (2.0.34 compatible)
GIF Read Support enabled
GIF Create Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
the log is included in a seperate post due to its size:
Please help!
Thanks