Operating System - HP-UX
1833053 Members
2617 Online
110049 Solutions
New Discussion

Can't load perl libraries

 
Pierre Michaud
New Member

Can't load perl libraries

Hello,

I'm working with perl 5.6.1 on HP-UX. I met a little problem when I tried to
use a Tibco specific library: I have 3 library, the first one can be used
successfully but the two other create an error:

Can't load '/opt/TeSCX100L04D/perl/lib/site_perl/5.6.1/PA-RISC2.0-thread-
multi/auto/Tibrvcm/Tibrvcm.sl' for module Tibrvcm: No such file or directory
at /opt/TeSCX100L04D/perl/lib/5.6.1/PA-RISC2.0-thread-multi/DynaLoader.pm line
206.

Of course, the file exists and has the correct rights. Does someone know if it
can come from my Perl version or my environment(I have set the SHLIB_PATH and
the PERL5LIB variables correctly).