How do I go about enabling GD Support in a CentOS Installation?
Put the command
yum install php-gd
and restart the server (httpd, nginx, etc)
service httpd restart