Is there anything special I need to do when compiling apache and php to enable the gd features? I want to be able to draw gifs with php.....
Hi
Check out this thread
http://www.phpbuilder.com/forum/read.php3?num=3&id=102861&thread=102857
Download and install the latest version of libgd (http://www.boutell.com/gd/) and required libraries.
Then configure php with gd ... eg. "./configure --with-gd "
Type "./configure --help" for more options.
Check out the online PHP manual entry http://www.php.net/manual/install.unix.php for instructions on configuration.