Page 1 of 1

how to add GD extension in PHP5?

Posted: Mon Aug 29, 2005 2:06 pm
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

Posted: Mon Aug 29, 2005 4:38 pm
by andre_c
just type:

Code: Select all

yum install php-gd
on the command line as root

Posted: Mon Aug 29, 2005 10:58 pm
by alsvider
Thx. It works.