Hi
We are running litespeed 4.2 with php 5.3.8 and with following compile options:
'--with-mysqli' '--with-mysql' '--enable-memcache' '--with-zlib' '--with-gd' '--enable-shmop' '--enable-track-vars' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-magic-quotes' '--enable-mbstring' '--with-iconv' '--with-litespeed'
uploading of png, gif works fine. However I get following error while uploading jpeg files:
PHP Fatal error: Call to undefined function imagecreatefromjpeg()
Isn't it supposed to support jpeg as gd is included ?
By the way, it is running on FreeBSD 8.2 box...
Any thoughts will be highly appreciated. Thanks.
We are running litespeed 4.2 with php 5.3.8 and with following compile options:
'--with-mysqli' '--with-mysql' '--enable-memcache' '--with-zlib' '--with-gd' '--enable-shmop' '--enable-track-vars' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-magic-quotes' '--enable-mbstring' '--with-iconv' '--with-litespeed'
uploading of png, gif works fine. However I get following error while uploading jpeg files:
PHP Fatal error: Call to undefined function imagecreatefromjpeg()
Isn't it supposed to support jpeg as gd is included ?
By the way, it is running on FreeBSD 8.2 box...
Any thoughts will be highly appreciated. Thanks.