I'm trying to update my PSA9 centos 5 box and I get this :
Resolving Dependencies
--> Running transaction check
---> Package file.i386 0:4.17-15.el5_3.1 set to be updated
---> Package audit-libs.i386 0:1.7.7-6.el5_3.3 set to be updated
---> Package freetype.i386 0:2.2.1-21.el5_3 set to be updated
---> Package audit.i386 0:1.7.7-6.el5_3.3 set to be updated
---> Package crash.i386 0:4.0-7.2.3.el5.centos.1 set to be updated
---> Package audit-libs-python.i386 0:1.7.7-6.el5_3.3 set to be updated
---> Package pango.i386 0:1.14.9-5.el5.centos set to be updated
---> Package ipsec-tools.i386 0:0.6.5-13.el5_3.1 set to be updated
---> Package acpid.i386 0:1.0.4-7.el5_3.1 set to be updated
---> Package sos.noarch 0:1.7-9.16.el5_3.5 set to be updated
---> Package ntp.i386 0:4.2.2p1-9.el5.centos.2 set to be updated
--> Processing Dependency: /usr/share/magic.mime for package: httpd
--> Finished Dependency Resolution
httpd-2.2.3-22.el5.centos.i386 from installed has depsolving problems
--> Missing Dependency: /usr/share/magic.mime is needed by package httpd-2.2.3-22.el5.centos.i386 (installed)
Error: Missing Dependency: /usr/share/magic.mime is needed by package httpd-2.2.3-22.el5.centos.i386 (installed)
[root@gz ~]#
[root@gz ~]#
[root@gz ~]# locate magic.mime
/usr/lib/rpm/magic.mime
/usr/lib/rpm/magic.mime.mgc
/usr/share/magic.mime
/usr/share/file/magic.mime
/usr/share/file/magic.mime.mgc
/var/lib/mock/centos-5-i386/root/usr/lib/rpm/magic.mime
/var/lib/mock/centos-5-i386/root/usr/lib/rpm/magic.mime.mgc
/var/lib/mock/centos-5-i386/root/usr/share/magic.mime
/var/lib/mock/centos-5-i386/root/usr/share/file/magic.mime
/var/lib/mock/centos-5-i386/root/usr/share/file/magic.mime.mgc
[root@gz ~]# rpm -qa |grep magic.mime
[root@gz ~]#
I don't see where I'm updating httpd and I don't seem to be able to find the magic.mime... Solutions?
yum dependancy error...
-
- Forum Regular
- Posts: 471
- Joined: Mon Dec 06, 2004 10:43 pm
-
- Atomicorp Staff - Site Admin
- Posts: 8355
- Joined: Wed Dec 31, 1969 8:00 pm
- Location: earth
- Contact:
Re: yum dependancy error...
64 bit system?
-
- Forum Regular
- Posts: 471
- Joined: Mon Dec 06, 2004 10:43 pm
Re: yum dependancy error...
nope, 32...
-
- Atomicorp Staff - Site Admin
- Posts: 8355
- Joined: Wed Dec 31, 1969 8:00 pm
- Location: earth
- Contact:
Re: yum dependancy error...
anything excluded in your config?
[root@www3 ~]# rpm -qf /usr/share/magic.mime
file-4.17-15.el5_3.1
[root@www3 ~]# rpm -qf /usr/share/magic.mime
file-4.17-15.el5_3.1
-
- Forum Regular
- Posts: 471
- Joined: Mon Dec 06, 2004 10:43 pm
Re: yum dependancy error...
[root@gz ~]# rpm -qf /usr/share/magic.mime
file-4.17-15
[root@gz ~]#
file-4.17-15
[root@gz ~]#
-
- Atomicorp Staff - Site Admin
- Posts: 8355
- Joined: Wed Dec 31, 1969 8:00 pm
- Location: earth
- Contact:
Re: yum dependancy error...
You clear your cache? This doesnt look like a legitimate error to me. My guess is something is damaged on your system
-
- Forum Regular
- Posts: 471
- Joined: Mon Dec 06, 2004 10:43 pm
Re: yum dependancy error...
Thanks Scott, that was it, ran yum clean all and solved all my issues.