Hi there,

Further to recent threads, I decided to try and build a system using 
32bit Perl

I have got CentOS 6.2 (64 bit) up and running and installed activeperl 5.12

# perl -v

This is perl 5, version 12, subversion 4 (v5.12.4) built for 
i686-linux-thread-multi
(with 9 registered patches, see perl -V for more detail)

Copyright 1987-2010, Larry Wall

Binary build 1205 [294981] provided by ActiveState 
http://www.ActiveState.com
Built Jun 20 2011 18:35:18


After working through some missing dependencies, I am left with a number 
of modules that will not load and one that will not install.

The following will not load:

Convert::Scalar
Thread::State
Sys::MemInfo
BerkeleyDB
Mail::DKIM::Verifier -> Cannot load Crypt::OpenSSL::RSA which will not 
install as Crypt ::OpenSSL::Random will not install

The error for them all is the same: "wrong ELF class: ELFCLASS64"

For example:

module Convert::Scalar could not be loaded (see error below): check with 
 >perl -e "use Convert::Scalar;"
Can't load '/opt/ActivePerl-5.12/site/lib/auto/Convert/Scalar/Scalar.so' 
for module Convert::Scalar: 
/opt/ActivePerl-5.12/site/lib/auto/Convert/Scalar/Scalar.so: wrong ELF 
class: ELFCLASS64 at /opt/ActivePerl-5.12/site/lib/XSLoader.pm line 71.
  at /opt/ActivePerl-5.12/site/lib/Convert/Scalar.pm line 43.
BEGIN failed--compilation aborted at 
/opt/ActivePerl-5.12/site/lib/Convert/Scalar.pm line 44.
Compilation failed in require at (eval 185) line 1.
BEGIN failed--compilation aborted at (eval 185) line 1.

If I have installed the 32 bit ActivePerl, I cannot fathom why it would 
install 64-bit .so files for some modules nor how to correct it.

Any suggestions or do I need to ask the ActivePerl people?

All the best,
Colin.

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to