You are not logged in.

#1 2009-02-06 15:43:11

brandon
Member
Registered: 2009-02-06
Posts: 5

Help needed : arch64, oracle-xe, libaio error

hello everyone, new member,and reporting with a problem ^^

i've got 64bit arch, installed oracle-xe, installed 32bit library, solved few problems oracle complained about but this last one couldn't

when trying to configure via oraconfig.sh i get in ~20 lines :

oracleXE: error while loading shared libraries: libaio.so.1: wrong ELF class: ELFCLASS64

lsnrctl will start, sqlplus will aslo start, but when trying to login will complain :
oracleXE: error while loading shared libraries: libaio.so.1: wrong ELF class: ELFCLASS64
ERROR:
ORA-12547: TNS:lost contact

I downloaded, makepkg and installed libaio from AUR via pacman.

I really tried everything i could think off, but nothing helped, so asking anyone for help/tip on how to solve this problem.

Thank you for reading smile

Offline

#2 2009-02-06 16:05:11

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Help needed : arch64, oracle-xe, libaio error

Welcome to the forums.

Wrong ELFCLASS errors mean that it's looking for a library from one architecture but only finding one from another. In this case it's finding the 64 bit libaio.so.1, but it needs the 32 bit one. I don't know what libaio belongs to, but you can check by:

pacman -Qo /usr/lib/libaio.so.1

Once you know the package name, see if there's a corresponding lib32 library for it. You can do that by:

pacman -Ss <whatever_the_package_name> | grep lib32

--EDIT--

Upon further inspection, I can see that there is no lib32 library in community or AUR. Personally I'd write a lib32-libaio PKGBUILD. It would make it easy to maintain.

Offline

#3 2009-02-09 19:42:28

dr_te_z
Member
From: Zoetermeer, the Netherlands
Registered: 2006-12-06
Posts: 154

Re: Help needed : arch64, oracle-xe, libaio error


Somewhere between "too small" and "too large" lies the size that is just right.
- Scott Hayes

Offline

#4 2009-09-07 15:47:18

javonera
Member
Registered: 2007-05-28
Posts: 16

Re: Help needed : arch64, oracle-xe, libaio error

Any luck making this work? If someone could create lib32-libaio would be awesome

Offline

Board footer

Powered by FluxBB