[Arsperl-users] Can't load '/usr/local/lib/perl5/site_perl/5.8.7/sun4-solaris/auto/ARS/ARS.so' for
Brought to you by:
jeffmurphy
|
From: Ravi <ra...@co...> - 2008-06-26 11:40:59
|
Hi: I have a arsperl script which runs fine when I run it from the shell
prompt. But when I run it from within another application, I get the
following error
Can't load
'/usr/local/lib/perl5/site_perl/5.8.7/sun4-solaris/auto/ARS/ARS.so' for
module ARS: ld.so.1:
perl: fatal: libicudatabmc.so.32: open failed: No such file or directory at
/usr/local/lib/perl5/5.8.7/sun4-solaris/DynaLoader.pm line 230.
This file libicudatabmc.so.32 is in /export/home/netcool/arsapi/lib. I
installed the arsapi files under the users's home directory. So I tried
including the following line in my code and I still get the same error
$ENV{'LD_LIBRARY_PATH'} =
'/usr/local/lib:/opt/ibm/netcool/platform/solaris2/pgsql8/lib:/export/home/netcool/oracle/instantclient_10_2:/export/home/netcool/arsapi/lib';
Any suggestions?
Thanks
Ravi
|