cancel
Showing results for 
Search instead for 
Did you mean: 

error in invoking target 'client_sharedlib' of makefile

Former Member
0 Kudos

Hi all

I am installaing SOLMAN 7.

I am stuck in oracle installation phase it throws an error at 83% of completion

.error in invoking target 'client_sharedlib' of makefile

'/oracle/Sm4/102_64/network/lib/ins_net_client.mk

and the log reads like

/usr/bin/make -f ins_net_client.mk client_sharedlib ORACLE_HOME=/oracle/SM4/102_64//oracle/SM4/102_64/bin/genclntsh

/oracle/SM4/102_64/rdbms/lib/kpudfo.o: file not recognized: File format not recognized

collect2: ld returned 1 exit status

genclntsh: Failed to link libclntsh.so.10.1

make: *** client_sharedlib Error 1

/usr/bin/make -f ins_net_client.mk client_sharedlib ORACLE_HOME=/oracle/SM4/102_64//oracle/SM4/102_64/bin/genclntsh

/oracle/SM4/102_64/rdbms/lib/kpudfo.o: file not recognized: File format not recognized

collect2: ld returned 1 exit status

genclntsh: Failed to link libclntsh.so.10.1

make: *** client_sharedlib Error 1

/usr/bin/make -f ins_net_client.mk client_sharedlib ORACLE_HOME=/oracle/SM4/102_64//oracle/SM4/102_64/bin/genclntsh

/oracle/SM4/102_64/rdbms/lib/kpudfo.o: file not recognized: File format not recognized

collect2: ld returned 1 exit status

genclntsh: Failed to link libclntsh.so.10.1

make: *** client_sharedlib Error 1

/usr/bin/make -f ins_net_client.mk client_sharedlib ORACLE_HOME=/oracle/SM4/102_64//oracle/SM4/102_64/bin/genclntsh

/oracle/SM4/102_64/rdbms/lib/kpudfo.o: file not recognized: File format not recognized

collect2: ld returned 1 exit status

genclntsh: Failed to link libclntsh.so.10.1

make: *** client_sharedlib Error 1

Can any one help me

Regards

Palle

Accepted Solutions (0)

Answers (2)

Answers (2)

markus_doehr2
Active Contributor
0 Kudos

Please execute the command

file /oracle/SM4/102_64/rdbms/lib/kpudfo.o

what's the output?

Markus

Former Member
0 Kudos

Hi,

Please check the below things:

1. Environment variable ORACLE_HOME is pointing to correct directory.

2. You have all pre-requisite packages installed in your operating system.

3. You are using correct version for your installation (I mean 32bit version for 32bit OS).

4. You are installing Oracle as ora<sid> user.

Or provide some more information about your setup.

1. Oracle Version (32bit or 64bit)

2. Output of "uname -a"

3. Output of "whoami".

4. Your Operating System Version and Release.

Regards.

Rajesh Narkhede

Former Member
0 Kudos

Hi Rajesh

i am installing oracle 10g on REHL5

1. [orasm4@lgdev logs]$ uname -a

Linux lgdev 2.6.18-128.el5 #1 SMP Wed Dec 17 11:41:38 EST 2008 x86_64 x86_64 x86_64 GNU/Linux

[orasm4@lgdev logs]$

[orasm4@lgdev logs]$

[orasm4@lgdev logs]$ whoami

orasm4

[orasm4@lgdev logs]$

[orasm4@lgdev logs]$

[orasm4@lgdev logs]$ cat /etc/redhat-release

Red Hat Enterprise Linux Server release 5.3 (Tikanga)

[orasm4@lgdev logs]$

[orasm4@lgdev logs]$

during insttalation it created stage, 102_64., client, SM4 directories

regards

palle

Former Member
0 Kudos

Hi,

Can you please some more information below:

1. Complete path of your Oracle Dump directory

2. Environment variables for ora<sid> directory (# env ).

3. Have you addred "Redhat-5" as Certified version in "oraparam.ini"

4. Is it AM64 bit system ?

5. What Java version you are using ?

6. Is package "compat-libstdc+-" already installed in the system ? (# rpm -qa compat-libstdc+ )

Also go through the below notes:

[Note 722273 - Red Hat Enterprise Linux 3.x, 4.x: Installation and Upgrade|https://service.sap.com/sap/support/notes/722273]

[Note 1048303 - Red Hat Enterprise Linux 5.x- Installation and upgrade.pdf|https://service.sap.com/sap/support/notes/1048303]

Regards.

Rajesh Narkhede