PDA

View Full Version : Problem with PHP 5.0.2 and JPEG support


dirtk38
06-08-2005, 01:20 PM
I'm sure you get this a million times, but I've tried everything...
Everything with pixelpost works fine except thumbnail creation. I'm 99.9% sure its because my php 5.0.2 installation is not supporting JPEG. Here's my pixelpost stuff:

PHP-version 5.0.2 (Pixelpost's min requirement: PHP version 4.3.0)
MySQL version 4.1.12-standard (Pixelpost's min requirement: MySQL 3.23.58)

GD-lib 2.0 or higher

Server software Apache/2.0.52 (Unix) PHP/5.0.2

EXIF Pixelpost is using exifer v1.5 for EXIF information.


Paths
Guessed imagepath: /web/wwwroot/photoblog/images/
Configured Imagepath /web/wwwroot/photoblog/images/

Image Directory: OK - Can we write to the directory? YES.

Thumbnails Directory: OK - Can we write to the directory? YES.

Language Directory: OK

Addons Directory: OK

Includes Directory: OK

Templates Directory: OK

When I configure PHP (this is on my linux server), I use the --with-jpg and --with-jpg=/usr/local and everything configures and then compiles fine, it doesnt end prematurely with any errors. But when I tell it to spit out the gd_info (www.dirtk.com/gdinfo.php), it says that JPEG isnt supported. This is so frustrating, what am I doing wrong?

Thanks,
Kurt

Connie
06-08-2005, 02:28 PM
well, I can admit that it's the GD_lib_without_jpg_support-problem
but unfortunately I am not good enough in server configuration

did you check out at http://www.boutell.com/gd/ ?
That's the GD_lib-homepage, I am sure you will find some information there

dirtk38
06-08-2005, 02:46 PM
Yes, I have browsed through there and couldnt find anything. I'll have a more in-depth look later though. Thanks. Any other suggestions?