http://qs1969.pair.com?node_id=252052


in reply to net ssh perl pukes when ...

Try reinstalling Digest::MD5. (/me misread the question)

Scratch that. Make sure that cron has access to the shared libs (i.e., it isn't running in a chroot jail, or the permissions are wrong) and that it is using the right version of the perl interpreter.

Replies are listed 'Best First'.
Re: Re: net ssh perl pukes when ...
by perlknight (Pilgrim) on Apr 21, 2003 at 17:23 UTC
    perl permission looks ok:
    -r-xr-xr-x 1 root root 15677 Apr 16 18:24 /usr/lib/perl5 +/site_perl/5.6.1/i386-linux/auto/Digest/MD5/MD5.so -r-xr-xr-x 1 root root 14892 Mar 27 2002 /usr/lib/perl5 +/vendor_perl/5.6.1/i386-linux/auto/Digest/MD5/MD5.so
    So, how do I check if cron has access to the shared libs? Thanks.