CentOS 4.1
Up2Date works fine, Yum won't work at all because of header errors...
But thats another story.
Trying to get php-gd-4.2.3-10.i386.rpm to install, but get:
error: Failed dependencies:
php-common = 4.2.3 is needed by php-gd-4.2.3-10.i386
gd(gif) is needed by php-gd-4.2.3-10.i386
Here's the weird part. I know those two packages are installed:
[root@home]# rpm -qi php-common
Name : php-common Relocations: (not relocatable)
Version : 4.2.3 Vendor: PLD
Release : 8 Build Date: Tue 29 Oct 2002 02:45:58 PM MST
Install Date: Thu 25 Aug 2005 03:40:08 PM MDT Build Host: ep09.kernel.pl
Group : Libraries Source RPM: php-4.2.3-8.src.rpm
Size : 935684 License: PHP
Signature : DSA/SHA1, Tue 15 Jul 2003 07:54:01 PM MDT, Key ID 9c9d6c13e01260f1
Packager : PLD bug tracking system (
http://bugs.pld.org.pl/ )
URL :
http://www.php.net/
Summary : Common files nneded by both apache module and CGI
Description :
Common files needed by both apache module and CGI.
[root@home]# rpm -qi gd
Name : gd Relocations: (not relocatable)
Version : 2.0.28 Vendor: CentOS
Release : 4 Build Date: Mon 21 Feb 2005 04:48:18 PM MST
Install Date: Wed 24 Aug 2005 09:14:10 AM MDT Build Host: bhrama.build.karan.org
Group : System Environment/Libraries Source RPM: gd-2.0.28-4.src.rpm
Size : 458757 License: BSD-style
Signature : DSA/SHA1, Sat 26 Feb 2005 01:40:11 PM MST, Key ID a53d0bab443e1821
Packager : Karanbir Singh <kbsingh@centos.org>
URL :
http://www.boutell.com/gd/
Summary : A graphics library for quick creation of PNG or JPEG images.
Description :
The gd graphics library allows your code to quickly draw images
complete with lines, arcs, text, multiple colors, cut and paste from
other images, and flood fills, and to write out the result as a PNG or
JPEG file. This is particularly useful in Web applications, where PNG
and JPEG are two of the formats accepted for inline images by most
browsers. Note that gd is not a paint program.
Any ideas on why php-gd won't install via rpm?