Recent Changes - Search:

Navigation

Articles

Linux Downloads

Search Packages

Error log

Distros/ OS

Softwares

CMS

Help & Man Pages

Others

.

RecompilePHPWithGDSupportInstallingGDForPHPOnLinux

Getting GD

 cd  /usr/local/
 wget http://www.boutell.com/gd/http/gd-2.0.9.tar.gz
 tar -xvzf gd-2.0.9.tar.gz
 cd gd-2.0.9
 cd ..
 ln -s gd2.0 gd

Adding GD Support to PHP

Use the configure command used last time and add --with-gd=/usr/local/gd

If you already have an older version of gd in /usr/lib and /usr/include, you may wish to use:

./configure --prefix=/usr

To ensure that your new installation overwrites the old.

Edit - History - Print - Recent Changes - Search
Page last modified on May 07, 2007, at 12:40 PM