exim: error while loading shared libraries

asmar

Verified User
Joined
Aug 29, 2005
Messages
99
Location
https://t.me/pump_upp
Hello,
I'm trying to start exim but I have the following error message:
exim: error while loading shared libraries: libperl.so.5.10: cannot open shared object file: No such file or directory

I've followed the instructions at http://help.directadmin.com/item.php?id=125 but without any luck.
Please advice if you have any further suggestions.
Kind regards.
 
Please try:
Code:
apt-get update
apt-get install libperl5.10
 
I was getting the same error, I had just recently ran custombuild 2.0 on our Debian 6 server. looking at the logs, it was at that time that exim broke. When I run apt-get to install libperl5.10 it fails with broken unmet dependencies. exim seems to be the only service not running, I'd hate to break something else.

Code:
root@webhost:# apt-get install libperl5.10
apt-get: /usr/local/lib/libz.so.1: no version information available (required by /usr/lib/libapt-pkg.so.4.10)
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libperl5.10 : Depends: perl-base (= 5.10.1-17squeeze6) but 5.14.2-21+deb7u2 is to be installed
E: Broken packages
root@webhost:#
 
Back
Top