Tag Archives: gdlibrary

Install GD Library For PHP5 On CentOS

An easy task, using yum. First step, see if it’s already installed. [root@srv]# rpm -qa | grep php php-common-5.1.6-15.el5 php-cli-5.1.6-15.el5 php-5.1.6-15.el5 php-pdo-5.1.6-15.el5 php-mysql-5.1.6-15.el5 If the GD Library isn’t present in that list, it wasn’t installed on the server yet. Install … Continue reading

Posted in PHP | Tagged , , , , | 19 Comments