problem with restaring exim

magaf

Verified User
Joined
Jul 20, 2004
Messages
54
Location
PL
after installations intructions listed below :
[root@host root]# /etc/init.d/exim restart
Shutting down exim: /etc/init.d/exim: line 37: kill: (11573) - No such process

Starting exim: /usr/sbin/exim: error while loading shared libraries: libperl.so: cannot open shared object file: No such file or directory
[FAILED]

i have
rpm -qa |grep exim
da_exim-4.32-1
http://crash.fce.vutbr.cz/crash-hat/1/clamav/clamav-0.72-1.i386.rpm installed , for fedora 1 i guess.
 
It looks as if libperl.so hasn't been installed.

What OS are you running ?

Jeff
 
hi. im having the same problem (after update tpo exim 4.5)

the locate says:

# locate libperl.so
/usr/lib/perl5/5.8.1/i386-linux-thread-multi/CORE/libperl.so
/usr/lib/apache/libperl.so
/usr/local/directadmin/customapache/mod_perl-1.29/apaci/libperl.so
 
ok, i found the problem. The call was not good:


ln -s /usr/lib/perl5/5.8.1/i386-linux-thread-multi/CORE/libperl.so
/usr/lib/libperl.so
 
Back
Top