PDA

View Full Version : PHP & GD!


vdsguy
05-06-2005, 10:58
I managed to install GD Module by myself after this guide
http://www.jmbsoft.com/software/modules.php

But I just discoverd that I cant use GD Module if I have not got
it enabled in PHP. :(

I found this at http://uk.php.net/gd
To enable GD-support configure PHP --with-gd[=DIR], where DIR is the GD base install directory. To use the recommended bundled version of the GD library (which was first bundled in PHP 4.3.0), use the configure option --with-gd.

But I dont understand it at all maybe someone would like to help me
or point out where I could get ahold of a n00b guide :p

thanks a million for your time.

Lexi
05-11-2005, 10:29
Assuming the files are in /usr/bin

./configure --with-gd=/usr/bin

An example of my configuration.

./configure --with-apxs=/usr/local/apache/bin/apxs --with-xml --enable-bcmath --enable-ftp --with-mysql --enable-discard-path --with-pear --enable-sockets --enable-track-vars --enable-versioning --with-zlib