Comment puis-je activer le support Gd dans une installation CentOS?
La chose qui a fait le tour pour moi a finalement été:
yum install Gd gd-devel php-Gd
puis redémarrez Apache:
service httpd restart
Sudo yum install php-Gd
Avec CentOS 6.5+ et PHP 5.5:
yum install php55u-Gd
service httpd restart
Si vous obtenez une erreur telle que: cannot map zero-fill pages: Cannot allocate memory in Unknown on line 0
, c'est peut-être parce que vous n'avez pas de fichier d'échange. Je vous suggère de consulter le didacticiel mentionné dans cette réponse: https://stackoverflow.com/a/20275282/828366
Tutoriel: https://www.digitalocean.com/community/articles/how-to-add-swap-on-centos-6
CentOs 6.5+ & PHP 5.6:
Sudo yum install php56-Gd
service httpd restart
Mettez la commande
yum install php-Gd
et redémarrez le serveur (httpd, nginx, etc.)
service httpd restart