Forum Moderators: coopster
e.g
./configure --with-gd
i think though, annoyingly, you need to install libjpeg & libpng first because for some insane reason theyre not included.
i dont understand the logic of them bundling gd with php as a 'convinience' when all the libraries needed to make it work still have to be obtained & installed manually!
if youre on a linux system (?) you might want to see if you can find an RPM of PHP which is copiled with gd already setup in it. it would make the task easier. if you find such a thing please post its address here cos i'd love a copy!
AW
are you on windows? if so you've got the pre-compiled version, ./configure is only used on unix systems when compiling php from source.
on windows, you install gd by adding it as an extension to php. it's basically a dll file that you install, then modify the php.ini file to point to it.
[php.net...]