how to add GD extension in PHP5?

Whether you are using Linux on the desktop or as a server, it's still good that you're using Linux. Linux related questions go here.

Moderator: General Moderators

Post Reply
alsvider
Forum Newbie
Posts: 8
Joined: Fri Aug 05, 2005 10:38 am
Location: Quebec

how to add GD extension in PHP5?

Post by alsvider »

My FC4 comes with PHP5, Apache, and MySQL. But from phpinfo(), I saw --without-gd in PHP configuration. Is there any way I can add gd extension or other extensions without having to compile from source? Although XAMPP is available, I couldn't figure out adding subversion with it, any thoughts?

thx
User avatar
andre_c
Forum Contributor
Posts: 412
Joined: Sun Feb 29, 2004 6:49 pm
Location: Salt Lake City, Utah

Post by andre_c »

just type:

Code: Select all

yum install php-gd
on the command line as root
alsvider
Forum Newbie
Posts: 8
Joined: Fri Aug 05, 2005 10:38 am
Location: Quebec

Post by alsvider »

Thx. It works.
Post Reply