bash-4.2# ls -l /usr/lib/perl5/CORE/libperl.so --r-xr-xr-x 1 root root 1620004 Sep 6 2013 /usr/lib/perl5/CORE/libperl.so-
Hmm... the error messages in the log file you posted mention libperl.so.5.18. No such file nowhere? You could create a symlink of that name next to above file linking to that file. Would this help?
cd /usr/lib/perl5/CORE/ ln -s libperl.so libperl.so.5.18
Sometimes I really appreciate Mac & MS-Windows for their standard filesystems & kernel versions.
Well, even when running Linux there are more or less popular choices... Slackware isn't what everybody is running nowadays :-).
-- Michael _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
