Hi Paizo: Thanks for your response. When I run perl -V, I get the following.
How do I figure out if my perl is compiled with dynamic loading option? I
installed perl using a binary.

 

Also based on the error it looks like it is having trouble finding
libicudatabmc.so.32. Are you saying it's b'cos I don't have one or more of
the packages you listed?

 

================

bash-2.05$ perl -V

Summary of my perl5 (revision 5 version 8 subversion 7) configuration:

  Platform:

    osname=solaris, osvers=2.9, archname=sun4-solaris

    uname='sunos 5.9 generic sun4u sparc sunw,ultra-5_10 solaris '

    config_args=''

    hint=recommended, useposix=true, d_sigaction=define

    usethreads=undef use5005threads=undef useithreads=undef
usemultiplicity=undef

    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef

    use64bitint=undef use64bitall=undef uselongdouble=undef

    usemymalloc=n, bincompat5005=undef

  Compiler:

    cc='gcc', ccflags ='-fno-strict-aliasing -pipe -I/usr/local/include
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',

    optimize='-O',

    cppflags='-fno-strict-aliasing -pipe -I/usr/local/include'

    ccversion='', gccversion='3.3.2', gccosandvers='solaris2.9'

    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321

    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16

    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8

    alignbytes=8, prototype=define

  Linker and Libraries:

    ld='gcc', ldflags =' -L/usr/local/lib '

    libpth=/usr/local/lib /usr/lib /usr/ccs/lib

    libs=-lsocket -lnsl -ldl -lm -lc

    perllibs=-lsocket -lnsl -ldl -lm -lc

    libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a

    gnulibc_version=''

  Dynamic Linking:

    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '

    cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib'

 

 

Characteristics of this binary (from libperl):

  Compile-time options: USE_LARGE_FILES

  Built under solaris

  Compiled at Dec 10 2005 02:42:33

  @INC:

    /usr/local/lib/perl5/5.8.7/sun4-solaris

    /usr/local/lib/perl5/5.8.7

    /usr/local/lib/perl5/site_perl/5.8.7/sun4-solaris

    /usr/local/lib/perl5/site_perl/5.8.7

    /usr/local/lib/perl5/site_perl

=====================

 

Thanks

Ravi

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Paizo
Sent: Wednesday, June 13, 2007 3:53 AM
To: ARSperl User Discussion
Subject: Re: [Arsperl-users] fatal: libicudatabmc.so.32: open failed

 

Hi,

take a look on the installation file in the ARSperl distribution:

"Perl 5.x with the dynamic loading option compiled in."

anyway you need these packets installed:

ARSperl-1.90
Data-DumpXML-1.06 
Array-RefElem-1.00
linux_api512.tar ( this isn't the lastest version)


Hope its help.




2007/6/13, Ravi <[EMAIL PROTECTED] >:

Hi: I am getting the following error when I try to run a perl script that
uses ARS Perl 

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.
at ./Get_Diary.pl line 32
Compilation failed in require at ./Get_Diary.pl line 32.


I copied the api dir to /usr/arsapi/ before compiling/installing ARS Perl. I
do see the file libicudatabmc.so.32 
bash-2.05$ find /usr/arsapi/ -name libicudatabmc.so.32
/usr/arsapi/lib/libicudatabmc.so.32

When I installed ARS API I set
$ARSAPI     = "/usr/arsapi";

Any ideas?

Thanks
Ravi


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now. 
http://sourceforge.net/powerbar/db2/
_______________________________________________
Arsperl-users mailing list
Arsperl-users@arsperl.org  <mailto:Arsperl-users@arsperl.org> 
https://lists.sourceforge.net/lists/listinfo/arsperl-users




-- 
CFAH3 CUT-LASS 

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Arsperl-users mailing list
Arsperl-users@arsperl.org
https://lists.sourceforge.net/lists/listinfo/arsperl-users

Reply via email to