Or Photoscript?
Here's my current setup:
RedHat 7.0
PHP 4.0.3pl1
mod_php, php-ldap, php-imap, php-mysql
libjpeg 6b.13
gd 1.8.3
Apache 1.3.14
PHP works.
I can run PHP find, I can build PHP, I can configure without problems.
What doesn't work is "ImageCreateFromJPEG".
It actually causes PHP to stop processing (ie, crash).
I'm going nuts trying to figure out why.
There's nothing in the log when I surround it with logging.
No errors are generated.
I have tried using the shipped versions on the RedHat 7.0 CDs (the RPMs), I have tried using the updated RPMs from RedHat, and I have tried building everything from scratch (Apache, PHP, libjpeg, gd, all of it). I can get it all built and installed and running successfully, but this problem persists.
Any ideas?