Anyone have a link to a site that talks about getting GD working with Apache2 and PHP 4.2.1?
I'm running redhat 7.3, I have the latest GD installed (came with Redhat) and I have re-compiled PHP with the --with-GD option. I did not specific a directory since I'm not sure what it wants.
It looks like the libgd file is in the /usr/lib/ directory, but I'm not sure if the php with look to that directory by default or not.
Whenever I try to run some code that references GD I get these kind of errors:
Call to undefined function: imagecreate()
Can anyone help me?