cancel
Showing results for 
Search instead for 
Did you mean: 

niping: error while loading shared libraries: libsapu16.so

Former Member

Hi SAP gurus,

when trying to implement note # 500235, I got this error message on a Linux system:

./niping: error while loading shared libraries: libsapu16.so: cannot open shared object file: No such file or directory

I know I have to add the library's path to LD_LIBRARY_PATH environment variable, but where is the path?

I'm using SuSE Linux 9

Thanks,

Antonio

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Antonio,

Please check OSS note: 522119

Just check if you have set the environment variable LD_LIBRARY_PATH correctly.

Please award points if the answer was useful.

Regards.

Ruchit.

Message was edited by:

Ruchit Khushu

Former Member
0 Kudos

ok... that solved the library problem.. thank you..

now I'm having a connection refused error message:

***LOG Q0I=> NiPConnect2: SiPeekPendConn (111: Connection refused) [nixxi.cpp 8724]

      • ERROR => NiTClientLoop: NiConnect (rc=-10) [nixxtst.cpp 2632]

*****************************************************************************

*

  • ERROR partner not reached (host 10.1.206.20, service 3298)

*

  • TIME Mon Mar 12 12:18:22 2007

  • RELEASE 640

  • COMPONENT NI (network interface)

  • VERSION 37

  • RC -10

  • MODULE nixxi.cpp

  • LINE 8724

  • DETAIL NiPConnect2

  • SYSTEM CALL SiPeekPendConn

  • ERRNO 111

  • ERRNO TEXT Connection refused

  • COUNTER 1

*

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Antonio,

Are you using the niping on the application server or the client (SAP front end)?

Regards.

Ruchit.

Former Member
0 Kudos

I was doing it the wrong way... now everything is working!

Thanks