in reply to Can't locate loadable object for module in @INC
By the way, line 54 in the Yaswi.pm is just use Language::Prolog::Yaswi::Low.pm
Really?
$ perl -e'use Language::Prolog::Yaswi::Low.pm' syntax error at -e line 1, near "use Language::Prolog::Yaswi::Low." Execution of -e aborted due to compilation errors.
It fails because it can't find Low.pm
Not according to the error your posted. It can't find the DLL associated with the module.
I copy Yaswi.pm into the C:\Perl\site\lib\Language\Prolog directory
That's not how you install a module!! Start by installing the module.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Can't locate loadable object for module in @INC
by Steve_BZ (Chaplain) on Nov 10, 2009 at 23:56 UTC | |
by rastoboy (Monk) on Nov 11, 2009 at 02:56 UTC |