hide wrote:

> checking for gdImageCreateFromPng in -lgd... (cached) no
> checking for gdImageCreateFromJpeg in -lgd... (cached) no
>
> It saw my libpng dir and the jpeg dir, the configure statement did not
> fail - but I know if I do make, make install and then compile apache - I
> will not get to use the image manipulation functions online.

    The above errors points to GD itself not having support for either jpeg,
or png.  When you compiled GD, did you edit your Makefile and specified
-DHAVE_JPEG and -DHAVE_PNG ?  Did you verify that the include paths were
where libjpeg and libpng were?

--
H | "Life is the art of drawing without an eraser." - John Gardner
  +--------------------------------------------------------------------
  Ashley M. Kirchner <mailto:[EMAIL PROTECTED]>   .   303.442.6410 x130
  Director of Internet Operations / SysAdmin    .     800.441.3873 x130
  Photo Craft Laboratories, Inc.            .     3550 Arapahoe Ave, #6
  http://www.pcraft.com ..... .  .    .       Boulder, CO 80303, U.S.A.



-- 
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