Re: [PHP] GD with Jpeg Support Problems

2001-02-20 Thread Chris Lee
what does configure spit out when compiled with your options? does it say checking for libjpeg (needed by gd-1.8+)... yes checking for jpeg_read_header in -ljpeg... yes checking for gdImageCreateFromJpeg in -lgd... yes if not find out where your jpeg libs are [ie. /usr/local/lib] then change you

[PHP] GD with Jpeg Support Problems

2001-02-19 Thread Michael Bryan
Hey Guys.. I've been working on installing GD with support for Jpeg. I cannot seem to get it working in PHP, however. When I try to use it in practice, I get the following error: Warning: ImageCreateFromJpeg: No JPEG support in this PHP build Here's the configure command I used: ./configure