Again, as a reminder because this was the second time i had to install php-gd manually on one of my servers:
yum install php-gd
wash, rinse, restart, play.
Note: to restart apache:
“apachectl restart” (restarts apache, not worrying about open connections)
“apachectl graceful” (restarts apache, but waits for open connections to resolve)