shared libraries problem

hi,

while running the below query it gives the shared libraries prmblem,

[oracle@OFSMUG-VM-46@25.56 ~]$ cd /oracle/app/product/fmw/asinst_1/bin/
[oracle@OFSMUG-VM-46@25.56 bin]$ ./opmnctl status
/oracle/app/product/fmw/Oracle_IDM1/opmn/bin/opmn: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: Permission denied
opmnctl status: opmn is not running.

can you pleas help me on the same.

warm regards,
rahul

Hi Rahul,

I realize this is quite an old post, but I wonder if you'd share your solution with the community. One useful command when dealing with the library dependencies of a binary is 'ldd' which prints shared object dependencies. For example:

$ ldd -u func
Unused direct dependencies:

	/usr/lib/libstdc++.so.6
	/lib/libm.so.6
	/lib/libgcc_s.so.1

Please share your solution and come join us again. Thanks! Keith

1 Like