[Arsperl-users] [RESOLVED]Re: Can't load '/usr/local/lib/perl5/site_perl/5.8.7/sun4-solaris/auto/AR
Brought to you by:
jeffmurphy
|
From: Ravi <ra...@co...> - 2008-06-26 18:57:36
|
I had to run the following command for solaris. This is equivalent to
ldconfig on other OSes.
#crle -l
/lib:/usr/lib:/export/home/netcool/arsapi/lib:/usr/local/lib:/opt/ibm/netcool/platform/solaris2/pgsql8/lib:/export/home/netcool/oracle/instantclie
nt_10_2
Thanks
Ravi
Ravi wrote:
> 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
>
>
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> Arsperl-users mailing list
> Ars...@ar...
> https://lists.sourceforge.net/lists/listinfo/arsperl-users
>
>
|