How to install PHP GD Library

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
traxy
Forum Newbie
Posts: 9
Joined: Thu Mar 26, 2009 11:34 pm

How to install PHP GD Library

Post by traxy »

Hey,

I currently have php5-5.2.4-11 installed on a suse OS. I am trying to get a web based application to work but it requires me to install mod_gd and GD-2.0.28 or later.

Any help would be very much appriciated.

P.S – The PC im working on does not have have internet connection so I cant use package managers.
User avatar
jackpf
DevNet Resident
Posts: 2119
Joined: Sun Feb 15, 2009 7:22 pm
Location: Ipswich, UK

Re: How to install PHP GD Library

Post by jackpf »

Umm...find whatever dll or so you need, copy it to your PHP dir, and remove the semi-colon in php.ini where it says something like "extension=gd.dll (or .so)" or whatever...
Post Reply