Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^3: Can't locate AMOS/AmosLib.pm in @INC

by Eliya (Vicar)
on May 18, 2012 at 17:59 UTC ( [id://971349]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Can't locate AMOS/AmosLib.pm in @INC
in thread Can't locate AMOS/AmosLib.pm in @INC

Well, if this is true, your perl is broken :)  Or your script resets @INC.  Or your script runs in taint mode (-T).  Or you showed the wrong error message in your OP.

Items in PERL5LIB should otherwise always appear in the reported @INC:

$ PERL5LIB=/foo/bar perl -MNot::Exist -e1 Can't locate Not/Exist.pm in @INC (@INC contains: /foo/bar /etc/perl / +usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 + /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/ +lib/site_perl .). BEGIN failed--compilation aborted.

As you can see, /foo/bar has been added to @INC.

Replies are listed 'Best First'.
Re^4: Can't locate AMOS/AmosLib.pm in @INC
by Jeri (Scribe) on May 18, 2012 at 20:52 UTC
    Problem solved. Perl was downloaded twice on my computer. With one perl @INC can find the .pm after the export.

Log In?
Username:
Password:

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

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

    No recent polls found