Exim won't start after Fresh Install

NuSneller

Verified User
Joined
Sep 22, 2010
Messages
24
Installed DA on a fresh Debian installation

First installed Debian 5 with ssh gcc g++ and perl and installed DA on it

Get the following error that exim won't start:

error while loading shared libraries: libperl.so.5.10: cannot open shared object file: No such file or directory



I can login to DA on ip:2222
 
aptitude update
aptitude -y install libperl5.10
 
This didnt fix it for me while having it a long long time. So long that i had to fix this once and forever. I did with a simple symlink:

ln -s /usr/lib/libperl.so /usr/lib/libperl.so.5.10

DONE
 
Back
Top