“error while loading shared libraries: libc.so.6” error while starting OAM Identity Server

We had installed OAM identity server component 10.1.4.3 in a RHEL 64-bit environment which went through smoothly. While starting the identity server, it threw this error.

[oracle@nic-tebmigr1a-ac bin]$ ./start_ois_server

Using Linux Threading Library.

/u01/apps/oaminstall/identity/oblix/apps/common/bin/ois_server: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory

rm: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory

OIS Server started with pid: 11120

/bin/sh: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory

We had used the 64-bit GCC libraries taken from the link

So, there is no problem with libraries. Since it is a 64-bit machine, it uses NPTL (Native Post Thread Library)  and we would need to use the command start_ois_server_nptl instead of  start_ois_server. Else, you can comment out the portion  LD_ASSUME_KERNEL=”2.4.19″ from the file start_ois_server and use start_ois_server itself.

About the Author Mahendra

I am engulfed in Oracle Identity & Access Management domain. I have expertise on providing the optimized solutions for user provisioning, web access management, Single Sign-On and federation capabilities etc., I am also well versed with complex integrations within Identity Management and other product domains. I have expertise on building demos and implementation experience on products Oracle Access Manager, Oracle Adaptive Access Manager, Oracle Entitlement Server, Oracle Virtual Directory, Oracle Internet Directory etc., Look @ my blog: http://talkidentity.blogspot.com

Leave a Comment: