Oracle XE on Centos x86 : ld-linux.so.2: bad ELF interpreter

Installation and support for Oracle DB on CentOS.
Post Reply
thibhen
Posts: 1
Joined: 2010/03/29 11:39:18

Oracle XE on Centos x86 : ld-linux.so.2: bad ELF interpreter

Post by thibhen » 2010/03/29 11:47:24

I am trying to install Oracle DB XE on a CentOs x86 server but I have some compatibility issues...
Unfortunately, Oracle XE seems to need some 32bits libs.

I have installed the Oracle package with the rpm --nodeps option, but when I run sqlplus, I have following error :

[code]sqlplus -bash: /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/sqlplus: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory[/code]


Do you know how to install these dependencies ?

Thanks for your help.

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

Oracle XE on Centos x86 : ld-linux.so.2: bad ELF interprete

Post by pschaff » 2010/03/29 18:19:21

Welcome to the CentOS fora. The following reading is recommended for new users:
[url=http://www.centos.org/modules/newbb/viewtopic.php?topic_id=14274&forum=47]Readme First[/url]
[url=http://www.centos.org/modules/newbb/viewtopic.php?topic_id=14408&forum=47]Installing Software[/url]
[url=http://www.centos.org/modules/newbb/viewtopic.php?topic_id=14273&forum=47]Where to Find Answers[/url]
[url=http://www.centos.org/modules/newbb/viewtopic.php?topic_id=25128&forum=47]How to provide information about your system[/url]

I know nothing about Oracle, but must say that using rpm with --nodeps is a bad idea. A major benefit of using a package manager is to help with dependency resolution.

Post Reply