Install PHP GD support – Fedora Linux server

Using YUM linux command (Cent OS or Fedora Core Linux)
as root user:
# yum install php-gd
# /etc/init.d/httpd restart
Verify if php gd is loaded –> Type the following command:
# php -m | grep gd

Using YUM linux command (Cent OS or Fedora Core Linux)
as root user:
# yum install php-gd
# /etc/init.d/httpd restart
Verify if php gd is loaded –> Type the following command:
# php -m | grep gd