clegane has asked for the wisdom of the Perl Monks concerning the following question:
I have a script that uses REST::Client. So I downloaded that module from here: http://search.cpan.org/~mcrawfor/REST-Client/lib/REST/Client.pm.
However, that module apparently has a dependency, Crypt::SSLeay. So, I downloaded the dependency from here: http://search.cpan.org/~nanis/Crypt-SSLeay/SSLeay.pm.
After moving the items in each package's "lib" folder into my PERL lib folder, I'm getting: "Can't locate Crypt/SSLeay.pm in @INC". Sure enough, that file, Crypt/SSLeay.pm, doesn't exist in the SSLeay module.
What am I doing wrong?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Infuriating Modules Dependency Question
by moritz (Cardinal) on Aug 20, 2013 at 20:00 UTC | |
by clegane (Novice) on Aug 20, 2013 at 20:31 UTC | |
by CountZero (Bishop) on Aug 20, 2013 at 20:56 UTC | |
by clegane (Novice) on Aug 20, 2013 at 21:03 UTC | |
by hippo (Archbishop) on Aug 20, 2013 at 21:51 UTC | |
by syphilis (Archbishop) on Aug 21, 2013 at 02:57 UTC | |
|
Re: Infuriating Modules Dependency Question
by toolic (Bishop) on Aug 20, 2013 at 19:59 UTC | |
|
Re: Infuriating Modules Dependency Question
by 2teez (Vicar) on Aug 20, 2013 at 20:28 UTC |