I've Yumed the following onto my server:
httpd php mysql mysql-server php-mysql php-gd
They all installed fine.
Should GD and MySQL be available in PHP after installing those packages, even if phpinfo() doesn't have GD or MySQL listed anywhere except for '--without-mysql', etc in the configure parameters?
Or do I have to enable the modules manually somewhere?