Steps to install GD Library in Centos
Posted By: Sugan
|
||||||||||
Hi,
You can download the GD library from the following url : Download
# tar -zxf gd-2.0.35.tar.gz
# cd 2.0.35
# ./configure
# make
# make install
# /usr/local/lib (default library location)
# /usr/local/include (library included files location)
# ./configure –prefix=/usr ( optional to upgrade) and do # make && make install
























