Jeff McKeon wrote:
> I've been searching the net all moring for this.  Can anyone give me a
> link were I can find information on how to compile PHP with GD module
> support?

The only not-so-obvious thing is you need to download and install the
libraries for JPEG, TIFF, etc so GD can use them -- Or not, if you don't
want support for those.

You can do those from source also, or use RPMs -- but you need to install
an RPM for jpeg-devel, tiff-devel, xyz-devel etc any time you want to be
able to compile source that uses the corresponding library.

It seems de reguire to include this now:
http://php.net/gd
though I'm not sure compile instructions are actually there...

Google for "PHP GD Install Tutorial" though, and I'll bet you find something.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to