Forum Moderators: bakedjake
I successfully installed Apache 2.2, MySQL 5, GD 2 and PHP 5 on Red Hat 9.
Everything went find after that, but i started getting errors like:
Fatal error: Call to undefined function imagecreatefromjpeg()
Then i found that i forgot to configure PHP with JPEG, but then i did it 100 times and restarted apache but it just doesnt get to work!
in phpinfo(); i have this:
GD Support enabled
GD Version bundled (2.0.28 compatible)
GIF Read Support enabled
GIF Create Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
But there is no any jpeg support!
Here is my configure command:
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql --with-jpeg-dir=/usr/include --with-gd --with-zlib-dir=/usr/include --with-gettext
What else can i do?
Thanks in advance