in reply to Not able to load module though @INC contains it
A 'loadable object for module' denotes the shared object that non-pure-Perl modules require, not the .pm file. Presumably, you copied just the Perl file without also copying the associated shared object (.so) file — i.e. the module isn't installed properly.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Not able to load module though @INC contains it
by chilukuri_perl (Novice) on Nov 30, 2009 at 13:50 UTC | |
by almut (Canon) on Nov 30, 2009 at 14:09 UTC | |
by chilukuri_perl (Novice) on Nov 30, 2009 at 14:28 UTC | |
by almut (Canon) on Nov 30, 2009 at 14:47 UTC | |
by chilukuri_perl (Novice) on Nov 30, 2009 at 14:54 UTC | |
by chilukuri_perl (Novice) on Nov 30, 2009 at 14:37 UTC |