install git on RHEL3
Posted
by Dan Littlejohn
on Server Fault
See other posts from Server Fault
or by Dan Littlejohn
Published on 2010-05-29T21:59:03Z
Indexed on
2010/05/29
22:02 UTC
Read the original article
Hit count: 536
having a problem installing git on redhat enterprise 3. When I try and install the rpm it gives a circular dependency problem.
[root@tflaus001 tmp]# rpm -i git-1.5.2.1-1.el3.rf.i386.rpm
warning: git-1.5.2.1-1.el3.rf.i386.rpm: V3 DSA signature: NOKEY, key ID 6b8d79e6
error: Failed dependencies:
perl(Git) is needed by git-1.5.2.1-1.el3.rf
[root@tflaus001 tmp]# rpm -i perl-Git-1.5.2.1-1.el3.rf.i386.rpm
warning: perl-Git-1.5.2.1-1.el3.rf.i386.rpm: V3 DSA signature: NOKEY, key ID 6b8d79e6
error: Failed dependencies:
git = 1.5.2.1-1.el3.rf is needed by perl-Git-1.5.2.1-1.el3.rf
perl(Error) is needed by perl-Git-1.5.2.1-1.el3.rf
can anyone give me an idea of how to fix this or what I need to add to yum.conf to fix this?
© Server Fault or respective owner