I took the first bit of your advice and did a search for that file to
add it's location to the LD_LIBRARY_PATH.
 
# find / -name libicudatabmc.so
/opt/remedy/api/lib/libicudatabmc.so
/tmp/lib/libicudatabmc.so

# export LD_LIBRARY_PATH=/usr/openwin/lib:/opt/remedy/api/lib 
 
# echo $LD_LIBRARY_PATH                                      
/usr/openwin/lib:/opt/remedy/api/lib
 
With the new path I received the output from the make and make test at
98% successful but still had a fatal error.  (see attached).
 
Can I make the interpretor use the 32 bit version manually?  
 

________________________________

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Axton
Sent: Wednesday, September 03, 2008 2:03 PM
To: ARSperl User Discussion
Subject: Re: [Arsperl-users] Make test errors for ARSperl-1.91 on
Solaris 10


Can't load '/tmp/ARSperl-1.91/blib/arch/auto/ARS/ARS.so' for module ARS:
ld.so.1: perl: fatal: libicudatabmc.so.32: open failed: No such file or
directory at /usr/perl5/5.8.4/lib/sun4-solaris-64int/DynaLoader.pm line
230.

The test can not link to libicudatabmc.so.32.  Make sure
libicudatabmc.so.32 is included in your LD_LIBRARY_PATH.  Also, it
appears you are using a 64-bit perl interpreter.

Axton Grams


On Wed, Sep 3, 2008 at 1:35 PM, Andrews, Anthony <
[EMAIL PROTECTED]> wrote:


        I am trying to install ARSperl-1.91 on to a Sun Sparc box
running Solaris 10 and perl 5.8.4.  The output of the makefile.pl, make
and make test are attached as well as the perl-V output.
         
        The settings from the Makefile.PL that I am using are:
        $ARSAPI = "/opt/remedy/api"
        $ARSVERSION = 7.1
        $ENCRYPT = 0
         
        
$PATH=/usr/openwin/bin:/usr/dt/bin:/usr/bin:/usr/sbin:/usr/local/bin:/op
t/SUNWspro/bin:/usr/ccs/bin:/usr/openwin/bin:/usr/dt/bin:/usr/platform/S
         
        The sun C and C++ compilers are installed as well as gcc which
came with Solaris10
         
        
        

        
------------------------------------------------------------------------
-
        This SF.Net email is sponsored by the Moblin Your Move
Developer's challenge
        Build the coolest Linux based applications with Moblin SDK & win
great prizes
        Grand prize is a trip for two to an Open Source event anywhere
in the world
        http://moblin-contest.org/redirect.php?banner_id=100&url=/
        
        
        --
        Arsperl-users mailing list
        Arsperl-users@arsperl.org
        https://lists.sourceforge.net/lists/listinfo/arsperl-users
        
        


# make
cp ARSarerrno-h.pm blib/lib/ARSarerrno-h.pm
cp ARSnparm.pm blib/lib/ARSnparm.pm
cp artypes.ph blib/lib/artypes.ph
cp _h2ph_pre.ph blib/lib/_h2ph_pre.ph
cp ARSar-h.pm blib/lib/ARSar-h.pm
cp ARSnterrno-h.pm blib/lib/ARSnterrno-h.pm
cp ARSnt-h.pm blib/lib/ARSnt-h.pm
cp ARSOOsup.pm blib/lib/ARSOOsup.pm
cp ARSOOmsgs.pm blib/lib/ARSOOmsgs.pm
cp ARSOOform.pm blib/lib/ARSOOform.pm
cp ARS.pm blib/lib/ARS.pm
AutoSplitting blib/lib/ARS.pm (blib/lib/auto/ARS)
/usr/bin/perl /usr/perl5/5.8.4/lib/ExtUtils/xsubpp  -typemap 
/usr/perl5/5.8.4/lib/ExtUtils/typemap -typemap typemap  ARS.xs > ARS.xsc && mv 
ARS.xsc ARS.c
cc -c  -I/opt/remedy/api/include  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-xarch=v8 -D_TS_ERRNO -xO3 -xspace -xildoff    -DVERSION=\"1.91\"  
-DXS_VERSION=\"1.91\" -KPIC "-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE"  
-g  -DARS32  -DARS452  -DPERL_PATCHLEVEL_IS=8 -DPERL_SUBVERSION_IS=4 
-DPERL_BASEREV_IS=50 ARS.c
cc -c  -I/opt/remedy/api/include  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-xarch=v8 -D_TS_ERRNO -xO3 -xspace -xildoff    -DVERSION=\"1.91\"  
-DXS_VERSION=\"1.91\" -KPIC "-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE"  
-g  -DARS32  -DARS452  -DPERL_PATCHLEVEL_IS=8 -DPERL_SUBVERSION_IS=4 
-DPERL_BASEREV_IS=50 support.c
"support.c", line 3358: warning: argument #2 is incompatible with prototype:
        prototype: pointer to unsigned int : "support.c", line 825
        argument : pointer to int
cc -c  -I/opt/remedy/api/include  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-xarch=v8 -D_TS_ERRNO -xO3 -xspace -xildoff    -DVERSION=\"1.91\"  
-DXS_VERSION=\"1.91\" -KPIC "-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE"  
-g  -DARS32  -DARS452  -DPERL_PATCHLEVEL_IS=8 -DPERL_SUBVERSION_IS=4 
-DPERL_BASEREV_IS=50 supportrev.c
"supportrev.c", line 1244: warning: argument #2 is incompatible with prototype:
        prototype: pointer to unsigned int : 
"/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE/proto.h", line 1289
        argument : pointer to int
cc -c  -I/opt/remedy/api/include  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-xarch=v8 -D_TS_ERRNO -xO3 -xspace -xildoff    -DVERSION=\"1.91\"  
-DXS_VERSION=\"1.91\" -KPIC "-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE"  
-g  -DARS32  -DARS452  -DPERL_PATCHLEVEL_IS=8 -DPERL_SUBVERSION_IS=4 
-DPERL_BASEREV_IS=50 supportrev_generated.c
Running Mkbootstrap for ARS ()
chmod 644 ARS.bs
rm -f blib/arch/auto/ARS/ARS.so
LD_RUN_PATH="/lib:/opt/remedy/api/lib" cc  -G ARS.o support.o supportrev.o 
supportrev_generated.o /opt/remedy/api/lib/libar.a  -o 
blib/arch/auto/ARS/ARS.so   -L/opt/remedy/api/lib -lpthread -licuucbmc 
-licui18nbmc   
chmod 755 blib/arch/auto/ARS/ARS.so
cp ARS.bs blib/arch/auto/ARS/ARS.bs
chmod 644 blib/arch/auto/ARS/ARS.bs






[EMAIL PROTECTED] ARSperl-1.91] # make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 
'blib/lib', 'blib/arch')" t/*.t
t/00connect.............ok                                                   
t/01import..............ok                                                   
t/02export..............ok                                                   
t/09qualifier...........ok                                                   
t/10alink...............ok                                                   
t/10entry...............ok                                                   
t/10getescalation.......ok                                                   
t/10getftinfo...........ok                                                   
t/10getlist.............ok                                                   
t/11entry...............ok                                                   
t/12lotsoffields........ok                                                   
t/13join................ok                                                   
t/20merge...............ok                                                   
t/21setlogging..........Use of uninitialized value in sprintf at 
/tmp/ARSperl-1.91/blib/lib/ARS.pm line 49.
Use of uninitialized value in sprintf at /tmp/ARSperl-1.91/blib/lib/ARS.pm line 
49.
Use of uninitialized value in sprintf at /tmp/ARSperl-1.91/blib/lib/ARS.pm line 
49.
t/21setlogging..........ok                                                   
t/31createschema........ok 2/6ars_SetVUI( ARSperl Test3 (copy), 536870912 ): 
[ERROR] Message not in catalog; Message number = 102 (-) (ARERR #102)
t/31createschema........dubious                                              
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 3-6
        Failed 4/6 tests, 33.33% okay
t/32createcontainer.....ok 1/2Use of uninitialized value in subroutine entry at 
t/32createcontainer.t line 62.
Use of uninitialized value in subroutine entry at t/32createcontainer.t line 62.
Use of uninitialized value in subroutine entry at t/32createcontainer.t line 62.
Use of uninitialized value in subroutine entry at t/32createcontainer.t line 62.
t/32createcontainer.....ok                                                   
t/33setcontainer........ok 1/2Use of uninitialized value in subroutine entry at 
t/33setcontainer.t line 83.
Use of uninitialized value in subroutine entry at t/33setcontainer.t line 83.
Use of uninitialized value in subroutine entry at t/33setcontainer.t line 83.
Use of uninitialized value in subroutine entry at t/33setcontainer.t line 83.
Use of uninitialized value in subroutine entry at t/33setcontainer.t line 83.
Use of uninitialized value in subroutine entry at t/33setcontainer.t line 83.
Use of uninitialized value in subroutine entry at t/33setcontainer.t line 83.
Use of uninitialized value in subroutine entry at t/33setcontainer.t line 83.
Use of uninitialized value in subroutine entry at t/33setcontainer.t line 83.
Use of uninitialized value in subroutine entry at t/33setcontainer.t line 83.
t/33setcontainer........ok                                                   
t/34createactlink.......ok                                                   
t/35setactlink..........ok                                                   
t/36createfilter........ok                                                   
t/37setfilter...........ok                                                   
t/38createescalation....ok                                                   
t/39setescalation.......ok                                                   
t/40createcharmenu......ok 1/2Use of uninitialized value in subroutine entry at 
t/40createcharmenu.t line 59.
Use of uninitialized value in subroutine entry at t/40createcharmenu.t line 59.
Use of uninitialized value in subroutine entry at t/40createcharmenu.t line 59.
Use of uninitialized value in subroutine entry at t/40createcharmenu.t line 59.
t/40createcharmenu......ok                                                   
t/41setcharmenu.........ok                                                   
Failed Test        Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/31createschema.t    2   512     6    8 133.33%  3-6
Failed 1/25 test scripts, 96.00% okay. 4/200 subtests failed, 98.00% okay.
*** Error code 29
make: Fatal error: Command failed for target `test_dynamic'
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

--
Arsperl-users mailing list
Arsperl-users@arsperl.org
https://lists.sourceforge.net/lists/listinfo/arsperl-users

Reply via email to