On Wed, Oct 12, 2005 at 12:54:54AM +0100, Karanbir Singh wrote:
Dave wrote:
Anyone else getting ruby conflicts with the latest update?
[root@mail2 bin]# yum update Gathering header information file(s) from server(s) Server: CentOS-3 - Base Server: CentOS-3 - Updates Finding updated packages Downloading needed headers Resolving dependencies ....Unable to satisfy dependencies Package irb needs ruby = 1.6.8-9.EL3.3, this is not available.
irb is only provides in the "Addons" repository, not in the Base/Updates ones.
do you have the addon's repository enabled ?
/etc/yum.conf: [...] #packages used/produced in the build but not released [addons] name=CentOS-$releasever - Addons baseurl=http://mirror.centos.org/centos-3/$releasever/addons/$basearch/ gpgcheck=1
[...]
Tru