How do I install php-gd?
Posted
by user42577
on Server Fault
See other posts from Server Fault
or by user42577
Published on 2010-05-08T14:57:00Z
Indexed on
2010/05/08
14:59 UTC
Read the original article
Hit count: 333
I've done phpinfo() to see if it was installed but I see no mention of the gd libraries anywhere. I ran this command (rpm -qa | grep php) and this is what I see:
php-gd-4.3.9-3.18.1.swsoft
php-mysql-4.3.9-3.18.1.swsoft
php-pgsql-4.3.9-3.18.1.swsoft
php-4.3.9-3.18.1.swsoft
php-domxml-4.3.9-3.18.1.swsoft
php-imap-4.3.9-3.18.1.swsoft
php-mbstring-4.3.9-3.18.1.swsoft
php-ncurses-4.3.9-3.18.1.swsoft
php-pear-4.3.9-3.18.1.swsoft
php-snmp-4.3.9-3.18.1.swsoft
php-devel-4.3.9-3.18.1.swsoft
php-ldap-4.3.9-3.18.1.swsoft
php-odbc-4.3.9-3.18.1.swsoft
php-xmlrpc-4.3.9-3.18.1.swsoft
My server is a linux box with php5 installed. I also tried to run yum install php5-gd to no avail.What else should I do or check to get it installed?
© Server Fault or respective owner