PDA

View Full Version : Exim won't start after Fresh Install



NuSneller
01-14-2011, 12:20 PM
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

scsi
01-14-2011, 12:38 PM
aptitude update
aptitude -y install libperl5.10

NuSneller
01-14-2011, 01:12 PM
aptitude update
aptitude -y install libperl5.10

Thanks! This works for me