Hello guys
How can I install the GD Lib in Linux and use it with PHP4. I, kind off, know how install PHP4 with GD support (--with-gd=DIR) but don't know how to install the GD library
To install the gd library on linux you will need to download the libgd package from http://www.boutell.com/gd/. You will also need to download and install several required packages including zlib from http://www.freesoftware.com/, libpng from http://download.sourceforge.net/libpng/ and jpeg-6b which you can downloaded from ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz if it is not already installed on your system... (Check /lib, /usr/lib, and /usr/local/lib or your system's equivalents. ) Helpful instructions on how to install libgd and other required packages can be found at http://www.reportmagic.com/docs/inst_src.html