El 10/11/09 11:13, César Martínez escribió:
Hola amigos esperando que todos se encuentren bien, estoy con un pequeñpo problema al tratar de instalar un modulo de seguridad para mi apache mod_evasive esto es loq ue estoy realizando
yum install mod_evasive Loaded plugins: fastestmirror Repository base is listed more than once in the configuration Repository updates is listed more than once in the configuration Repository addons is listed more than once in the configuration Repository extras is listed more than once in the configuration
Esto no es tu problema, pero tienes definido el estos repositorios con el mismo id en tus archivos .conf dentro de /etc/yum.repos.d/ (El id, es lo que está dentro de [ ... ] en los .conf)
[...]
--> Running transaction check ---> Package mod_evasive.i386 0:1.10.1-3.el5 set to be updated --> Processing Dependency: httpd-mmn = 20051115 for package: mod_evasive --> Processing Dependency: httpd for package: mod_evasive --> Finished Dependency Resolution mod_evasive-1.10.1-3.el5.i386 from epel has depsolving problems --> Missing Dependency: httpd is needed by package mod_evasive-1.10.1-3.el5.i386 (epel) mod_evasive-1.10.1-3.el5.i386 from epel has depsolving problems --> Missing Dependency: httpd-mmn = 20051115 is needed by package mod_evasive-1.10.1-3.el5.i386 (epel) Error: Missing Dependency: httpd is needed by package mod_evasive-1.10.1-3.el5.i386 (epel) Error: Missing Dependency: httpd-mmn = 20051115 is needed by package mod_evasive-1.10.1-3.el5.i386 (epel) You could try using --skip-broken to work around the problem You could try running: package-cleanup --problems package-cleanup --dupes rpm -Va --nofiles --nodigest The program package-cleanup is found in the yum-utils package.
Ejecuta un `yum clean all` y luego vuelve a intentarlo.
Según `yum deplist mod_evasive` lo que necesitas se encuentra dentro de httpd. httpd-mmn se encuentra dentro del paquete httpd de CentOS.
¿Tienes instalado httpd desde el RPM para CentOS?
Saludos!