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

Customer support forums for the modsecurity rules feed. There is no such thing as a bad question here as long as it pertains to using the real time modsecurity rules feed. Newbies feel free to get help getting started or asking questions that may be obvious.
cloudseeder
New Forum User
New Forum User
Posts: 3
Joined: Fri Jan 31, 2014 9:28 pm
Location: Portland

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

Unread post 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)
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

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

Unread post by scott »

Are you excluding anything? That should come from the asl-libxml2 package
cloudseeder
New Forum User
New Forum User
Posts: 3
Joined: Fri Jan 31, 2014 9:28 pm
Location: Portland

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

Unread post 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.
Post Reply