in reply to Re^3: Not able to load module though @INC contains it
in thread Not able to load module though @INC contains it

Yes. It's a part of STAF tar ball
  • Comment on Re^4: Not able to load module though @INC contains it

Replies are listed 'Best First'.
Re^5: Not able to load module though @INC contains it
by almut (Canon) on Nov 30, 2009 at 14:47 UTC

    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...

      I installed through STAFInst. It said Success.