Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: @INC: modules is there but not located

by mkmcconn (Chaplain)
on Jan 04, 2002 at 09:11 UTC ( [id://136217]=note: print w/replies, xml ) Need Help??


in reply to @INC: modules is there but not located

We're forced to guess, so my guess is that you have two versions of perl on your system, and that the shebang in your monkchat script is calling for 'the other one'.

If which perl returns '/usr/bin/perl', but the shebang points to '/usr/local/bin/perl' (and if these are not the same file, symlinked), then change the shebang to say #!/usr/bin/perl and the problem might go away.
Good luck,
mkmcconn

  • Comment on Re: @INC: modules is there but not located

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (2)
As of 2024-04-19 19:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found