Page 1 of 1

yum install of 2.7.7-17.el5.art fails on centos 5.10

Posted: Fri Jan 31, 2014 9:43 pm
by cloudseeder
Seems to have some strange dependencies of libxml2, see below. libxml2 is installed. I was hoping to install from the repo so I could easily keep it up to date. Any ideas would be welcome. I've searched the web, these forums, and my brain with no luck.

Code: Select all

Installed Packages
libxml2.i386                   2.6.26-2.1.21.el5_9.3                   installed

Code: Select all

---> Package mod_security.i386 0:2.7.7-17.el5.art set to be updated
--> Processing Dependency: libxml2.so.2(LIBXML2_2.4.30) for package: mod_security
--> Processing Dependency: libxml2.so.2(LIBXML2_2.6.11) for package: mod_security
--> Processing Dependency: libxml2.so.2(LIBXML2_2.5.8) for package: mod_security
--> Processing Dependency: liblua-5.1.so for package: mod_security
--> Processing Dependency: libxml2.so.2(LIBXML2_2.6.0) for package: mod_security
--> Running transaction check
---> Package lua.i386 0:5.1.4-4.el5 set to be updated
---> Package mod_security.i386 0:2.7.7-17.el5.art set to be updated
--> Processing Dependency: libxml2.so.2(LIBXML2_2.4.30) for package: mod_security
--> Processing Dependency: libxml2.so.2(LIBXML2_2.6.11) for package: mod_security
--> Processing Dependency: libxml2.so.2(LIBXML2_2.5.8) for package: mod_security
--> Processing Dependency: libxml2.so.2(LIBXML2_2.6.0) for package: mod_security
--> Finished Dependency Resolution
mod_security-2.7.7-17.el5.art.i386 from atomic has depsolving problems
  --> Missing Dependency: libxml2.so.2(LIBXML2_2.6.0) is needed by package mod_security-2.7.7-17.el5.art.i386 (atomic)
mod_security-2.7.7-17.el5.art.i386 from atomic has depsolving problems
  --> Missing Dependency: libxml2.so.2(LIBXML2_2.6.11) is needed by package mod_security-2.7.7-17.el5.art.i386 (atomic)
mod_security-2.7.7-17.el5.art.i386 from atomic has depsolving problems
  --> Missing Dependency: libxml2.so.2(LIBXML2_2.4.30) is needed by package mod_security-2.7.7-17.el5.art.i386 (atomic)
mod_security-2.7.7-17.el5.art.i386 from atomic has depsolving problems
  --> Missing Dependency: libxml2.so.2(LIBXML2_2.5.8) is needed by package mod_security-2.7.7-17.el5.art.i386 (atomic)
Error: Missing Dependency: libxml2.so.2(LIBXML2_2.6.11) is needed by package mod_security-2.7.7-17.el5.art.i386 (atomic)
Error: Missing Dependency: libxml2.so.2(LIBXML2_2.5.8) is needed by package mod_security-2.7.7-17.el5.art.i386 (atomic)
Error: Missing Dependency: libxml2.so.2(LIBXML2_2.6.0) is needed by package mod_security-2.7.7-17.el5.art.i386 (atomic)
Error: Missing Dependency: libxml2.so.2(LIBXML2_2.4.30) is needed by package mod_security-2.7.7-17.el5.art.i386 (atomic)

Re: yum install of 2.7.7-17.el5.art fails on centos 5.10

Posted: Sat Feb 01, 2014 11:04 am
by scott
Are you excluding anything? That should come from the asl-libxml2 package

Re: yum install of 2.7.7-17.el5.art fails on centos 5.10

Posted: Sat Feb 01, 2014 12:48 pm
by cloudseeder
Yea, as soon as I posted I figured it out. I didn't want any of the other atomic packages (i.e. php) to be installed on a "yum update" so I excluded everything except mod_security. As soon as I added asl_libxml2 everything worked as expected.