I am getting a "Fatal error: Call to undefined function:
imagecreatefrom jpeg() in..." error in one of my scripts, and after doing
a bit of searching on the 'net I found various messages relating to a
failure to have the GD library installed. However, my phpinfo() reports
(in the Apache GD section):
GD Support enabled
GD Version bundled (2.0 compatible)
GIF Read Support enabled
PNG Support enabled
WBMP Support enabled
I tried running a configure/make/make install with the following
configure command line...
../configure --with-mysql --with-apxs2
--with-zlib-dir=/etc/rpms/php-4.3.1/ext/zlib --with-png
--with-png-dir=/usr/lib --with-jpeg --with-jpeg-dir=/usr/lib --with-gd
....with no change in status.
What puzzles me is that phpinfo() also reports...
Configure Command './configure' '--with-mysql' '--with-apxs2'
.... not reflecting the options I specified.
I suspect I am doing something VERY wrong (i.e. stupid) -- but am not
sure where to look next.
HELP!!!
-dh
------------------------------------------------
Dan Hansen
------------------------------------------------
Comment