Discussion:
Cannot find sputnik.pm
Joe Sapp
2005-10-11 00:27:58 UTC
Permalink
I have YoSucker installed in /usr/bin and sputnik.pm in /usr/lib (readable by
all). When I run YoSucker, I get the error message:

YoSucker: Cannot find sputnik.pm or its dependencies.
Please consult documentation for more info.

Why don't the lines:

eval "use lib '$RealBin/../lib';
use sputnik;
";

take care of this issue? I'm no perl expert, but doesn't this mean that it
adds /usr/lib to the search path for sputnik.pm?

I did a little more investigation and found that I do apparently have the
dependencies for sputnik.pm (perl -w -e "use IO::Socket;" -e "die 'blah' if
($@);" -e "use Digest::MD5;" -e "die 'blah' if ($@);") and the file checks out
okay by perl -c /usr/lib/sputnik.pm. I'm out of ideas and I'd like to keep
sputnik.pm in /usr/lib. Any suggestions?

--
Joe Sapp



__________________________________
Yahoo! Music Unlimited
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl

Loading...