How-To: Install GD on CentOS
Installing the GD library is easy on CentOS thanks to yum. Simply type:
$ yum install gd gd-devel php-gd
After restarting httpd, everything should be ready with gd.
Installing the GD library is easy on CentOS thanks to yum. Simply type:
$ yum install gd gd-devel php-gd
After restarting httpd, everything should be ready with gd.