cancel
Showing results for 
Search instead for 
Did you mean: 

Data Services 3.2 Setup fails 'shared library libclntsh.so not found'

Former Member
0 Kudos

I have been trying to install DS 3.2 for 3 - days now. It appears that everything I am installing with is supported but I continue to receive the error. I have looked at the related notes but they are not helping.

Here is what I am trying to install on, any thoughts on what I might try next?

Red Hat Linux 5.5

Oracle Instant Client 11.2.0

External Oracle 10G repository Database 10.2.0.4.0

I am receiving the error 'shared library libclntsh.so not found' even though it is contained in my LD_LIBRARY_PATH and I can connect to the repository database using SQLPLUS and Oracle 64-bit libraries.

Here is the library path entry for the file:

lrwxrwxrwx 1 sapds sapds 17 May 3 14:06 libclntsh.so -> libclntsh.so.11.1*

-rwxr-xr-x 1 sapds sapds 52364813 Apr 5 10:43 libclntsh.so.11.1*

Here is the salplus connection header.

SQL*Plus: Release 11.2.0.2.0 Production on Wed May 4 08:15:06 2011

Copyright (c) 1982, 2010, Oracle. All rights reserved.

Connected to:

Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production

With the Partitioning, Real Application Clusters, OLAP, Data Mining

and Real Application Testing options

SQL>

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

are you using DS 3.2 64-bit Linux Package or 32-bit Package ?

if its 64-bit then make sure that the Oracle 64-bit lib is before 32-bit lib in the LD_IBRARY_PATH

run the following commands to see if sqlplus is using 64-bit version

which sqlplus

this will print the location of sqlplus pass that to file command to see if its 64-bit version

file <complete path of sqlplus/sqlplus>

I think this will be required if you are configuring Repo at the time of install, skip that and complete the installation first , you can create Repo after that (either using Repository Manager from Windwos or using $LINK_DIR/bin/repoman command from Linux)

Answers (1)

Answers (1)

Former Member
0 Kudos

I used your suggestion and was able to get the installation finished. Thanks for your reply.