In the LD_LIBRARY_PATH add the path of ARS.so file. This is a binary
file and is required to be loaded at the run time. Add the directory
/usr/local/lib/perl5/site_perl/5.8.7/sun4-solaris/auto/ARS/

Regards,
Ragini

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ravi
Sent: Thursday, June 26, 2008 4:52 PM
To: ARSperl User Discussion
Subject: [Arsperl-users] Can't load
'/usr/local/lib/perl5/site_perl/5.8.7/sun4-solaris/auto/ARS/ARS.so' for
module ARS: ld.so.1

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/ho
me/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
Arsperl-users@arsperl.org
https://lists.sourceforge.net/lists/listinfo/arsperl-users

-------------------------------------------------------------------------
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
Arsperl-users@arsperl.org
https://lists.sourceforge.net/lists/listinfo/arsperl-users

Reply via email to