Configuring PHP with GD

GD and GD2 are useful libraries for creating graphics on-the-fly. Discuss your PHP GD and GD2 scripts here.

Moderators: onion2k, General Moderators

Post Reply
RoyPHPDN
Forum Newbie
Posts: 2
Joined: Mon May 14, 2007 9:14 pm

Configuring PHP with GD

Post by RoyPHPDN »

Hi, I am using Fedora 6, running PHP5.1.6. I am trying to configure php with gd support. I downloaded the zip file gd-2.0.35RC3 and installed it with ./configure --with-gd then make and lastly make install. Im not sure if this is correct but this is the instructions in the help file. Everything installed properly without any error message. I even downloaded Webmin and it states that i have gd installed but when i look at phpinfo it still says --without-gd. Can someone help me out here. I have been looking for a solution but there is none. How can i compile php with the --with-gd. Any help is appreciated.
Post Reply