Quantcast
Channel: SCN: Message List - SAP NetWeaver Administrator
Viewing all articles
Browse latest Browse all 8487

Re: SWPM RAC DB instance install error on srvctl add database -d

$
0
0

Hi

Can you check this?

wrong ELF class: ELFCLASS64 error | Oracle Community

 

fatal: /export/home3/oracle/product/9.2.0.4/lib/libocijdbc9.so: wrong ELF class: ELFCLASS64

-------------------------------------------------------------------------------

Everything I've read says this is caused by using the 64bit libraries instead of the 32bit ones. Change your LD_LIBRARY_PATH to point to $ORACLE_HOME/lib32.

 

 

And indeed, doing:

 

### Change your LD_LIBRARY_PATH to point to $ORACLE_HOME/lib32.

 

LD_LIBRARY_PATH=$ORACLE_HOME/lib32:${LD_LIBRARY_PATH}

 

export LD_LIBRARY_PATH

 

removed the error for me.

 

FWIW, and decidedly late in replying here...


Viewing all articles
Browse latest Browse all 8487

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>