CentOS 5, PHP, GD2 library
January 22, 2008
By default CentOS 5 comes without GD2 library for PHP
There is an easy fix for this with “yumagic”
Open terminal and run:
yum install php-gd
Entry Filed under: Uncategorized. Tags: centos, gd2, php, yum.
2 Comments Add your own
Leave a Comment
Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
Trackback this post | Subscribe to the comments via RSS Feed
1.
Ramil | January 19, 2009 at 6:22 pm
[root@node1 ~]# yum install gd gd-devel
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Excluding Packages in global exclude list
Finished
Parsing package install arguments
Nothing to do
how do I interpret this?
2.
Ramil | January 19, 2009 at 6:23 pm
The command you suggested mixes up everything when run on a CPanel …