- or download this
C:\> perl -e"package Foo; use base qw! DynaLoader !; bootstrap Foo;"
Can't locate loadable object for module Foo in @INC (@INC contains: C:
+/perl/5.10.1/lib/MSWin32-x86-multi-thread C:/perl/5.10.1/lib C:/perl/
+site/5.10.1/lib/MSWin32-x86-multi-thread C:/perl/site/5.10.1/lib .) a
+t C:/perl/5.10.1/lib/MSWin32-x86-multi-thread/DynaLoader.pm line 103
DynaLoader::croak('Can\'t locate loadable object for module Fo
+o in @INC (@INC co...') called at C:/perl/5.10.1/lib/MSWin32-x86-mult
+i-thread/DynaLoader.pm line 170
DynaLoader::bootstrap('Foo') called at -e line 1
- or download this
C:\>perldoc perldiag |grep -C2 "loadable object"
the file, say, by doing "make install".
...
(F) The module you loaded is trying to load an external librar
+y,
like for example, "foo.so" or "bar.dll", but the DynaLoader mo
+dule
- or download this
C:\>cat 2
Can't locate loadable object for module Foo in @INC (@INC contains: C:
+/perl/5.10.1/lib/MSWin32-x86-multi-thread C:/perl/5.10.1/lib C:/perl/
+site/5.10.1/lib/MSWin32-x86-multi-thread C:/perl/site/5.10.1/lib .) a
+t -e line 1
...
(F) The module you loaded is trying to load an external library, l
+ike
for example, foo.so or bar.dll, but the DynaLoader module was
unable to locate this library. See DynaLoader.