|
|||
|
Installing GD on Linux Servers
N.B. You need to login with root access to the server
What is GD? GD is a programming API which allows for creating and modifying images on the fly. It's not required by vB... however more and more scripts do require it. Installation is pretty easy: gd is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colors, cut and paste from other images, and flood fills, and write out the result as a PNG or JPEG file. This is particularly useful in World Wide Web applications, where PNG and JPEG are two of the formats accepted for inline images by most browsers. You can get more information and download gd at http://www.boutell.com/gd/ Downloading First, we need to download the latest versions of gd from http://www.boutell.com/gd/http/gd-1.8.4.tar.gz(or the latest build) and place it in the /usr/local/src directory on your server. From the shell prompt: # cd /usr/local/src # tar xfz gd-1.8.4.tar.gz # cd gd-1.8.4 # ./configure –-prefix=/usr/local/gd # make # make install
__________________
Thanks, Bill, Lover & Strong supporter of Cpanel. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|