Re: [Arsperl-users] arsperl compile issue
Brought to you by:
jeffmurphy
|
From: Paul B. <pbl...@gm...> - 2012-10-09 21:33:37
|
Hi Philip, It looks to me that you tried to compile as 64bit. Your compile output had quite a few incompatible type errors and unfortunately those are fatal during runtime. As far as I know, nobody has successfully compiled ARSPerl as 64bit.. The only method I am aware of by which you can install ARSPerl in a 64bit environment is using a custom 32bit perl with all compiler lines (for both compiling the custom perl and the ARSPerl) having the argument of -m32 and having a 32bit version of all libraries in the library path. I just did this recently (about a month ago) and I was able to get it running as 32bit perl/ARSPerl on a 64bit OS. Hope this helps. -Paul On Tue, Oct 9, 2012 at 1:59 PM, Philip Wilson <ph...@wi...> wrote: > I have the LD_LIBRARY_PATH variable set: > > $ echo $LD_LIBRARY_PATH > /oracle/g01/software/rdbms/ > 11.2.0.3/lib:/tools/bmc/remedy/bin:/tools/bmc/remedy/api/lib:/tools/bmc/remedy/arealdap:/tools/bmc/remedy/ardbcldap:/oracle/g01/software/rdbms/11.2.0.3/lib:/tools/java16/jre/lib/sparc/server:/tools/java16/jre/bin:/tools/java16/jre/lib/sparc/native_threads:/production/77j/customperl/lib/site_perl/5.16.0/sun4-solaris-64/auto/ARS/ARS.so:/production/77j/customperl/lib/site_perl/5.16.0/sun4-solaris-64/auto/ARS > $ ./testars11.pl > > Can't load > '/production/77j/customperl/lib/site_perl/5.16.0/sun4-solaris-64/auto/ARS/ARS.so' > for module ARS: ld.so.1: perl: fatal: relocation error: file > /production/77j/customperl/lib/site_perl/5.16.0/sun4-solaris-64/auto/ARS/ARS.so: > symbol ucnv_setDefaultName_3_2: referenced symbol not found at > /production/77j/customperl/lib/5.16.0/sun4-solaris-64/DynaLoader.pm line > 190. > at ./testars11.pl line 5. > Compilation failed in require at ./testars11.pl line 5. > BEGIN failed--compilation aborted at ./testars11.pl line 5. > > > ------------------------------------------------------------------------------ > Don't let slow site performance ruin your business. Deploy New Relic APM > Deploy New Relic app performance management and know exactly > what is happening inside your Ruby, Python, PHP, Java, and .NET app > Try New Relic at no cost today and get our sweet Data Nerd shirt too! > http://p.sf.net/sfu/newrelic-dev2dev > > > -- > Arsperl-users mailing list > Ars...@li... > https://lists.sourceforge.net/lists/listinfo/arsperl-users > |