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

The lib folder contains associated .so file. Is it has to do something with DynLoader?
  • Comment on Re^2: Not able to load module though @INC contains it

Replies are listed 'Best First'.
Re^3: Not able to load module though @INC contains it
by almut (Canon) on Nov 30, 2009 at 14:09 UTC
      Yes.STAF tar ball contains the module
      Yes. It's a part of STAF tar ball

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