CentOS 5, PHP, GD2 library
January 22, 2008 at 10:25 am 4 comments
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.
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 …
3.
Khupcom | October 12, 2010 at 2:02 pm
For lastes PHP Version, just use CentOS-Testing.repo
[c5-testing]
name=CentOS-5 Testing
baseurl=http://dev.centos.org/centos/$releasever/testing/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing
Then $ yum update
Regards,
Eric from Free PDF Ebook Search Engine
4.
media player | April 27, 2011 at 7:45 pm
Thanks for help!