Problem:
After sourcing APPSORA.env on the application tier of an 11.5.10.2 instance, most Linux (non-shell) commands return the following error:
$ . APPSORA.env
$ which which
/usr/bin/which: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
Solution:
Unset LD_ASSUME_KERNEL
The LD_ASSUME_KERNEL environment parameter is being set to 2.4.19. This does not need to be set on a Red Hat Enterprise Linux 5 environment.
$ unset LD_ASSUME_KERNEL
[amazon asin=0131855158&template=iframe image&chan=default] [amazon asin=1449316697&template=iframe image&chan=default] [amazon asin=0596006403&template=iframe image&chan=default]
0 Comments.