in reply to Can't locate loadable object for module X in @INC (@INC contains: ... )
... what does "Can't locate loadable object for module X in @INC (@INC contains: ... )" mean?
It means that the module has a shared library component (an .so, .dylib, or DLL, depending on your platform) that DynaLoader couldn't load. Usually this happens because of an installation error such as copying .pm files from the installation directory to the installed directory and neglecting to build or copy the binary components.
... a comprehensive repository of Perl core error messages would be great.See perldiag or use the splain utility.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Can't locate loadable object for module X in @INC (@INC contains: ... )
by arthurg (Acolyte) on Nov 17, 2009 at 15:59 UTC | |
by Anonymous Monk on Nov 17, 2009 at 17:05 UTC | |
by Anonymous Monk on Sep 08, 2011 at 16:25 UTC | |
Re^2: Can't locate loadable object for module X in @INC (@INC contains: ... )
by Anonymous Monk on Aug 14, 2014 at 23:56 UTC | |
by localshop (Monk) on Oct 06, 2015 at 17:50 UTC | |
by Anonymous Monk on Oct 07, 2015 at 01:22 UTC |