Recent Changes - Search:

Softwares

.

RecompilePHPWithGDSupportInstallingGDForPHPOnLinux

Main.RecompilePHPWithGDSupportInstallingGDForPHPOnLinux History

Show minor edits - Show changes to output

May 07, 2007, at 12:40 PM by 61.17.21.88 -
Added lines 1-20:
%blue%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


%blue%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