ScriptInstallation.In

Home
Services
PHP Script Installation
CGI Script Installation
Linux Tips
FreeBSD Tips
Windows Tips
Server Tips
Scripts Directory
Link Directory
Contact Us


Server Administration > FreeBSD Tips > libperl.so not found

Shared object "libperl.so" not found

On FreeBSD server with cpanel control panel, got complaint mail not working. I loged into server and restarted exim, got following error.

server28# /scripts/restartsrv_exim
/libexec/ld-elf.so.1: Shared object "libperl.so" not found, required by "exim"
/libexec/ld-elf.so.1: Shared object "libperl.so" not found, required by "exim"
server28#

This error may be caused by recent cpanel upgrade (upcp).

I have tried reinstalling exim with exim -f but it do not fixed the problem. In one case, i got it solved by reinstalling exim from FreeBSD ports.

This problem can be fixed by running /usr/local/bin/perl-after-upgrade -f

/usr/local/bin/perl-after-upgrade -f



Copyright © ScriptInstallation.in