cancel
Showing results for 
Search instead for 
Did you mean: 

Installing Solution Manager error on libclntsh.so.10.1

Former Member
0 Kudos

Hello,

I´m installing SAP Solution Manager 4.0 SR3 with Oracle 10.2.0.2 on SUSELinux 9. When I get to the phase IMPORT ABAP I get the following error:

"

WARNING 2007-10-24 18:14:39.512

CJSlibModule::writeWarning_impl()

Execution of the command "/usr/sap/DSM/SYS/exe/run/R3load -testconnect" finished with return code 127. Output:

/usr/sap/DSM/SYS/exe/run/R3load: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory

ERROR 2007-10-24 18:14:39.515

CJSlibModule::writeError_impl()

CJS-30023 Process call '/usr/sap/DSM/SYS/exe/run/R3load -testconnect' exits with error code 127. For details see log file(s) R3load.exe.log.

ERROR 2007-10-24 18:14:39.562

FCO-00011 The step testDatabaseConnection with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|testDatabaseConnection was executed with status ERROR .

"

The R3load.exe.log says: "/usr/sap/DSM/SYS/exe/run/R3load: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or di

rectory"

I read, nortes, foruns btu so far I couldn´t reach a solution.

Here are some results from some commands I run:

tpkln07:oradsm 54> env | grep ORA

dbms_type=ORA

ORACLE_SID=DSM

ORACLE_BASE=/oracle

ORACLE_HOME=/oracle/DSM/102_32

tpkln07:oradsm 58> env | grep PATH

PATH=/oracle/DSM/102_32/bin:.:/oracle/DSM:/usr/sap/DSM/SYS/exe/run:/opt/gnome/bin:/usr/games:/oracle/DSM/bin:/usr/bin/X11:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin

MANPATH=/usr/local/man:/usr/share/man:/usr/X11R6/man:/opt/gnome/share/man

INFOPATH=/usr/local:/opt/gnome:/usr

XFILESEARCHPATH=/usr/lib/X11/%L/%T/%N%C:/usr/lib/X11/%l/%T/%N%C:/usr/lib/X11/%T/%N%C:/usr/lib/X11/%L/%T/%N:/usr/lib/X11/%l/%T/%N:/usr/lib/X11/%T/%N:/var/X11R6/%T/%N%C:/var/X11R6/%T/%N

ACLOCAL_PATH=/opt/gnome/share/aclocal

PKG_CONFIG_PATH=/opt/gnome/lib/pkgconfig

GTK_PATH=/usr/local/lib/gtk-2.0:/opt/gnome/lib/gtk-2.0:/usr/lib/gtk-2.0

LD_LIBRARY_PATH=/usr/sap/DSM/SYS/exe/run:/oracle/DSM/102_32/lib

tpkln07:oradsm 59> ls -l $ORACLE_HOME/lib/libclntsh*

lrwxrwxrwx 1 oradsm dba 17 2007-10-24 16:39 /oracle/DSM/102_32/lib/libclntsh.so -> libclntsh.so.10.1

-rwxr-xr-x 1 oradsm dba 18722097 2007-10-24 10:54 /oracle/DSM/102_32/lib/libclntsh.so.10.1

Can someone give a help?

Thanks!

Pedro

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Found the solution.

Had to create a link. See note 819829

Former Member
0 Kudos

Hello ,

I was installing SAP Mobile EHP 711 with Oracle 12.1.0.4

my issue was that /oracle/client was owned by root:root.I changed it to orasid:dba.The instalation continues now so issue solved.

Robert