View Single Post
  #1  
Old 03-14-2013, 05:51 AM
pharsi pharsi is offline
New Member
 
Join Date: Mar 2013
Posts: 2
Default Call to undefined function imagecreatefromjpeg()

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.
Reply With Quote