Installing GD
continuing previous tutorial on how to install MRTG, now you have to install GD. you can download the GD from http://www.boutell.com/gd/
extract the tarball
# tar zxvf gd-2.0.33.tar.gz
change directory name
# mv gd-2.0.33 gd
enter the directory
# cd gd
now configure it out
# ./configure –disable-shared
compile the source
# make
install the binary
# make install
—————–
Now you could install the MRTG which i will write on next tutorial
Tags: mrtg