It seems like GD should work, but it doesn't...
In my phpinfo():
Configure Command './configure' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-mysql=/usr/local/mysql/' '--with-gd' '--with-zlib' '--with-config-file-path=/etc'
gd
GD Support enabled
GD Version bundled (2.0.12 compatible)
GIF Read Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
But I keep getting errors like these:
Call to undefined function: imagejpeg()
Call to undefined function: imagecreatefromjpeg()
It doesn't, however, give me an undefined function call to other image functions, like imagesx and imagesy.
Any ideas on why it isn't working?
Note that every other aspect of php and mysql are working under this configuration.