Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: CPAN/MD5 Problem

by ichimunki (Priest)
on Jul 26, 2002 at 15:51 UTC ( [id://185574]=note: print w/replies, xml ) Need Help??


in reply to CPAN/MD5 Problem

This could be caused by competing installs of perl on the same machine, although you'd think that would fall over on your "use Digest::MD5" statement.

First thing to check is perl -V and @INC to ensure that the perl you think you're using and the perl your scripts think they're using match-- more to the point: that they have the same lib(rary) tree. If the scripts have #!/usr/bin/local/perl and your path (which would affect perl -V and perl -MCPAN -e "shell") has /usr/bin before /usr/local/bin, you might be installing CPAN modules into a different lib tree than the script's perl is checking for.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://185574]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (4)
As of 2024-03-29 07:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found