"Installing" GD for PHP
Posted
by
gbuckingham89
on Server Fault
See other posts from Server Fault
or by gbuckingham89
Published on 2011-11-28T15:47:11Z
Indexed on
2011/11/28
18:08 UTC
Read the original article
Hit count: 266
I'm new to server admin & Linux and have just got a VPS running CentOS 6.
Apache, MySQL and PHP all came installed (along with cPanel and WHM), however I'm now also trying to install the GD library.
I've run "yum install php-gd" and it installed ok. If I run it again I get "Package php-gd-5.3.2-6.el6_0.1.x86_64 already installed and latest version".
However, when I do a phpinfo() or from the command line "php -m" there is no mention of GD. Is there anything else I need to do?
© Server Fault or respective owner