On Fri, Jan 19, 2001 at 10:19:35PM -0500, Michael L. Smeby, Jr. wrote : 
> I've been trying to compile PHP 4.0.4pl1 with GD 1.8.3 and JPEG
> and PNG support. GD compiles fine, and is fairly happy in it's
> own little artsy universe doing what it does.

        At this stage, how to you know libgd really supports JPEG
?

> However, when I compile PHP, it will recognize the PNG support,
> but no JPEG support is compiled. I know I'm most likely being
> really stupid and I'm overlooking something crucial in the
> docs. Has anyone overcome this particular problem before?
> 
> Here is the configure command I used:
> 
>  ./configure --with-gd=/usr/local --with-jpeg-dir=/usr/local
>  --with-zlib-dir=/usr/local

        Where are the jpeg6.2b header  files ?
        Where are the jpeg6.2b library files ?

Also, check you config.log after ./configure'ing php and search
for JPEG; you might find a hint or two.

m.

-- 
Markus Fischer,  http://josefine.ben.tuwien.ac.at/~mfischer/
EMail:         [EMAIL PROTECTED]
PGP Public  Key: http://josefine.ben.tuwien.ac.at/~mfischer/C2272BD0.asc
PGP Fingerprint: D3B0 DD4F E12B F911 3CE1  C2B5 D674 B445 C227 2BD0

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to