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

Re^3: Can't locate loadable object for module X in @INC (@INC contains: ... )

by localshop (Monk)
on Oct 06, 2015 at 17:50 UTC ( [id://1143955]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Can't locate loadable object for module X in @INC (@INC contains: ... )
in thread Can't locate loadable object for module X in @INC (@INC contains: ... )

If the error is caused by copying a module file from the installation tree without doing a make/install then you may be able to resolve the error by finding the file in the library directory and editing it. Then look for a line such as
require XSLoader; XSLoader::load('Error:Casing:Module', $VERSION);
and removing or commenting out these lines. If there are no object dependencies then this may at least get you up and running again.
  • Comment on Re^3: Can't locate loadable object for module X in @INC (@INC contains: ... )
  • Download Code

Replies are listed 'Best First'.
Re^4: Can't locate loadable object for module X in @INC (@INC contains: ... )
by Anonymous Monk on Oct 07, 2015 at 01:22 UTC
    Yeah, that is never the case ... whenever you see XSLoader or DynaLoader, thats where the meat of the module lives, you can't simply comment it out, it makes no sense (the module won't work)

Log In?
Username:
Password:

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

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

    No recent polls found