Exim startup problem

jissh

Verified User
Joined
Nov 27, 2004
Messages
154
Location
Winnipeg, Canada
I just did a fresh install of DA today but I can't seem to get Exim to run. I'm unsure of how to proceed to fix this. Did a little digging on the forums and found a few that had the same errors but they didn't post how they fixed it :(

[root@server root]# /sbin/service exim start
Starting exim: /usr/sbin/exim: error while loading shared libraries: libdb-4.0.so: cannot open shared object file: No such file or directory


[root@server root]# /etc/init.d/exim status
exim dead but subsys locked

Any insite would be greatly apreciated
 
http://rpm.pbone.net/

Enter libdb-4.0.so and press search.

compat-db is the one you're missing.
simply install it by entering the following command as root in shell:

yum install compat-db

it took me some manual installing of various of those things too on my Centos 4.3 64-bit box
 
Back
Top