Oracle client for Red Hat linux on IBM PPC64

Hi ,
Am trying to install oracle 10g client on Red Hat Linux in an IBM PPC machine.
when i try to install during linking am getting the below error
My software details :
Oracle Version : 10.2.0
Red Hat Version : 5.5
Server Hardware : PPC 64

Error from the logs :

/usr/bin/make -f ins_net_client.mk client_sharedlib ORACLE_HOME=/opt/oracle/oracle/product/10.2.0/db_2/
/opt/oracle/oracle/product/10.2.0/db_2/bin/genclntsh
/usr/bin/ld: cannot find -lxl
collect2: ld returned 1 exit status
genclntsh: Failed to link libclntsh.so.10.1
make: *** [client_sharedlib] Error 1

Regds
Mugunthan

Are you sure you're using package for your platform:

Oracle Database 10g Client Release 2 (10.2.0.1.0) for Linux PowerPC

Hi ,
Yes am using the package which you mentioned in the link. Also the cksum values matches with the site.

Regds
Mugunthan

Do you have X installed?

Check the following MOS note:

Linking On IBM Power for Linux Errors: $ORACLE_HOME/bin/genclntsh/user/bin/ld: cannot find -lxl (Doc ID 780931.1)

Yes , I have X installed.

Am not able to follow the MOS note. Can you please share the url of the note.

Check the installation prerequisites (IBM XL C/C++ Advanced Edition V7.0.1 (or higher) for Linux Runtime Environment Component).

Check for the existence of libxl.a.

1 Like

I have the IBM XL C/C++ Advanced Edition V7.0 for Linux Runtime Environment.

$ rpm -qa | grep xls
xlsmp.rte-1.5.1-3
xlsmp.msg.rte-1.5.1-3
$ rpm -qa | grep -i vacpp
vacpp.rte-7.0.1-3
$

I don't have the libxl.a file in my server. How can get the libxl.a ? Can you please help ?

I thought libxl.a should be part of some rpm package but i cant find which will have that file.

Thanks for helping me ...
---------- Post updated at 10:44 PM ---------- Previous update was at 04:16 AM ----------

The below rpm package had the libxl.a file which i need :

vac.lib-7.0.1-0.ppc64pseries.rpm
vacpp.rte.lnk-7.0.1-0.ppc64pseries.rpm

Now i successfully installed the Oracle client and its working fine.

Thanks radoulov for you help.

Regds
Mugunthan