LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   OPENDKIM installation error (https://www.linuxquestions.org/questions/linux-newbie-8/opendkim-installation-error-4175511750/)

stimpack 07-21-2014 09:34 AM

OPENDKIM installation error
 
hey folks after installing repositories i tried to install opendkim i got the error below any help is much appreciated.

PHP Code:

[root@mail ~]# yum install opendkim
Loaded pluginsfastestmirrorsecurity
Loading mirror speeds from cached hostfile
 
Webminwebmin.mirror.somersettechsolutions.co.uk
 
basecentos.mirror.freedomvoice.com
 
epelepel.mirror.freedomvoice.com
 
extrascentos.host-engine.com
 
remimirrors.mediatemple.net
 
updatescentos-distro.cavecreek.net
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package opendkim.x86_64 0:2.9.0-2.el5 will be installed
--> Processing Dependencylibopendkim 2.9.0-2.el5 for packageopendkim-2.9.0-2.el5.x86_64
--> Processing Dependencylibbsd.so.0(LIBBSD_0.0)(64bit) for packageopendkim-2.9.0-2.el5.x86_64
--> Processing Dependencylibunbound.so.2()(64bit) for packageopendkim-2.9.0-2.el5.x86_64
--> Processing Dependencylibssl.so.6()(64bit) for packageopendkim-2.9.0-2.el5.x86_64
--> Processing Dependencylibopendkim.so.9()(64bit) for packageopendkim-2.9.0-2.el5.x86_64
--> Processing Dependencylibdb-4.3.so()(64bit) for packageopendkim-2.9.0-2.el5.x86_64
--> Processing Dependencylibcrypto.so.6()(64bit) for packageopendkim-2.9.0-2.el5.x86_64
--> Processing Dependencylibbsd.so.0()(64bit) for packageopendkim-2.9.0-2.el5.x86_64
--> Running transaction check
---> Package compat-db43.x86_64 0:4.3.29-15.el6 will be installed
---> Package libbsd.x86_64 0:0.6.0-1.el5 will be installed
---> Package libopendkim.x86_64 0:2.9.0-2.el5 will be installed
---> Package openssl098e.x86_64 0:0.9.8e-18.el6_5.2 will be installed
---> Package unbound-libs.x86_64 0:1.4.20-2.el5 will be installed
--> Processing Dependencylibpython2.4.so.1.0()(64bit) for packageunbound-libs-1.4.20-2.el5.x86_64
--> Processing Dependencylibldns.so.1()(64bit) for packageunbound-libs-1.4.20-2.el5.x86_64
--> Running transaction check
---> Package ldns.x86_64 0:1.6.16-1.el5 will be installed
--> Processing Dependencylibpcap.so.0.9.4()(64bit) for packageldns-1.6.16-1.el5.x86_64
---> Package unbound-libs.x86_64 0:1.4.20-2.el5 will be installed
--> Processing Dependencylibpython2.4.so.1.0()(64bit) for packageunbound-libs-1.4.20-2.el5.x86_64
--> Finished Dependency Resolution
Error
Packageunbound-libs-1.4.20-2.el5.x86_64 (epel)
           
Requireslibpython2.4.so.1.0()(64bit)
ErrorPackageldns-1.6.16-1.el5.x86_64 (epel)
           
Requireslibpcap.so.0.9.4()(64bit)
 
You could try using --skip-broken to work around the problem
 You could 
try runningrpm -Va --nofiles --nodigest 


loadedmind 08-28-2014 10:36 AM

Quote:

Error: Package: unbound-libs-1.4.20-2.el5.x86_64 (epel)
Requires: libpython2.4.so.1.0()(64bit)
Error: Package: ldns-1.6.16-1.el5.x86_64 (epel)
Requires: libpcap.so.0.9.4()(64bit)
Did you verify these packages were installed? yum list installed | grep libpcap; yum list installed | grep libpython2.4

Keep in mind that using more than one third-party repository can be a very bad thing as one repo may step on the other's toes. If in doubt, remove one, yum clean all && yum update, then yum install <pkgname> again. If you require the use of more than one such repo, you need to look it yum priorities via yum-utils to ensure the weight value of one repo is higher or lower than the other.

When posting a question, it's wise to include information that will assist those trying to assist you.
Ex. I'm running CentOS 6.5 64-bit. I installed repo XYZ-1.2.3.4.5 and ABC-3.4.5.6.7.8. etc.


All times are GMT -5. The time now is 05:13 PM.