#1 (permalink)  
Old 07-31-2004, 02:47 PM
Registered User
 
Join Date: Dec 2003
Location: Brisbane, Australia
Posts: 65
billau
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 11:10 PM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
© cPanel Inc