How do I install php-gd?
- by user42577
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?