in reply to Re^4: Not able to load module though @INC contains it
in thread Not able to load module though @INC contains it
Okay, took a quick look, and apparently, the install script does some mangling of LD_LIBRARY_PATH, etc. (see function CreateScript() in STAFInst). So, that makes me wonder if you maybe did not run that script and are trying to use the Perl files as they ship (?)
BTW, the module uses XSLoader (not DynaLoader directly) — in case you want to check the docs for the details...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Not able to load module though @INC contains it
by chilukuri_perl (Novice) on Nov 30, 2009 at 14:54 UTC |