yum update fails on missing dependency: asl for mod_security

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
wclark
Forum User
Forum User
Posts: 18
Joined: Mon Sep 15, 2008 12:45 pm

yum update fails on missing dependency: asl for mod_security

Unread post by wclark »

Hi there,

I'm not sure how to fix this. When running yum update, I get:
Error: Missing Dependency: asl is needed by package mod_security

Any suggestions?

many thanks,
billc
DerFalk
Forum User
Forum User
Posts: 35
Joined: Wed Jun 25, 2008 5:15 am
Location: Good old Germany

Unread post by DerFalk »

me too, Centos5.2
wclark
Forum User
Forum User
Posts: 18
Joined: Mon Sep 15, 2008 12:45 pm

duh. ok

Unread post by wclark »

I see that asl is the Atomic Secure Linux package. I am guessing that I am getting this dependency break now because I manually installed mod_security.
So, I suspect I could fix it by removing the atomicrocketturtle repository in /etc/yum.conf.

But instead, I think I will invest in ASL.

:P
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

Yeah missed that one when I pushed that into atomic, since all my QA images had ASL on them. I pushed a bunch of other fun stuff into atomic as well, lynis (by the rkhunter folks), and sectool (from Fedora 9). lsat should be out later today too
DerFalk
Forum User
Forum User
Posts: 35
Joined: Wed Jun 25, 2008 5:15 am
Location: Good old Germany

Unread post by DerFalk »

no fix?
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

Days ago I believe
wsani
Forum User
Forum User
Posts: 19
Joined: Sat May 31, 2008 12:29 pm

Unread post by wsani »

evidently the same thing happened with clamd.

[root@gear-l102 log]# yum update
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
* base: mirrors.easynews.com
* updates: mirrors.easynews.com
* asl-2.0: atomicorp.com
* centosplus: mirror.hmc.edu
* addons: mirrors.versaweb.com
* extras: mirrors.versaweb.com
base 100% |=========================| 1.1 kB 00:00
updates 100% |=========================| 951 B 00:00
asl-2.0 100% |=========================| 951 B 00:00
centosplus 100% |=========================| 951 B 00:00
addons 100% |=========================| 951 B 00:00
extras 100% |=========================| 1.1 kB 00:00
Excluding Packages in global exclude list
Finished
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package libxml2-python.x86_64 0:2.6.26-2.1.2.6 set to be updated
---> Package libxml2-devel.x86_64 0:2.6.26-2.1.2.6 set to be updated
---> Package mod_security.x86_64 0:2.5.6-4.el5.art set to be updated
--> Processing Dependency: lua for package: mod_security
---> Package perl.i386 4:5.8.8-15.el5_2.1 set to be updated
---> Package bzip2-devel.i386 0:1.0.3-4.el5_2 set to be updated
---> Package libxml2.x86_64 0:2.6.26-2.1.2.6 set to be updated
---> Package tzdata.noarch 0:2008e-1.el5 set to be updated
---> Package libxml2-devel.i386 0:2.6.26-2.1.2.6 set to be updated
---> Package bzip2-libs.x86_64 0:1.0.3-4.el5_2 set to be updated
---> Package perl.x86_64 4:5.8.8-15.el5_2.1 set to be updated
---> Package bzip2-devel.x86_64 0:1.0.3-4.el5_2 set to be updated
---> Package libxml2.i386 0:2.6.26-2.1.2.6 set to be updated
---> Package bzip2-libs.i386 0:1.0.3-4.el5_2 set to be updated
---> Package bzip2.x86_64 0:1.0.3-4.el5_2 set to be updated
--> Finished Dependency Resolution
Error: Missing Dependency: lua is needed by package mod_security
DerFalk
Forum User
Forum User
Posts: 35
Joined: Wed Jun 25, 2008 5:15 am
Location: Good old Germany

Unread post by DerFalk »

i´m not in the ASL but i received this:

Code: Select all

yum update
Loading "priorities" plugin
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
 * utterramblings: www.jasonlitka.com
 * atomic: www.atomicorp.com
 * plesk: www.atomicorp.com
 * rpmforge: ftp-stud.fht-esslingen.de
 * base: ftp.plusline.de
 * updates: ftp.hosteurope.de
 * addons: ftp.plusline.de
 * extras: ftp.plusline.de
utterramblings            100% |=========================|  951 B    00:00
atomic                    100% |=========================|  951 B    00:00
plesk                     100% |=========================|  951 B    00:00
rpmforge                  100% |=========================| 1.1 kB    00:00
base                      100% |=========================| 1.1 kB    00:00
updates                   100% |=========================|  951 B    00:00
addons                    100% |=========================|  951 B    00:00
extras                    100% |=========================| 1.1 kB    00:00
Excluding Packages in global exclude list
Finished
362 packages excluded due to repository priority protections
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package mod_security.i386 0:2.5.6-3.el5.art set to be updated
--> Processing Dependency: asl for package: mod_security
--> Processing Dependency: liblua-5.1.so for package: mod_security
--> Running transaction check
---> Package lua.i386 0:5.1.4-1.el5.art set to be updated
---> Package mod_security.i386 0:2.5.6-3.el5.art set to be updated
--> Processing Dependency: asl for package: mod_security
--> Finished Dependency Resolution
Error: Missing Dependency: asl is needed by package mod_security
Post Reply