SUSE 11 Enterprise

Hi All,

I am trying to install Oracle 11g R2 on SUSE 11 but when I login as an “oracle” user I am getting the following error message:

ERROR: ld.so: object ‘/usr/lib/libInternalSymbols.so’ from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object ‘/usr/lib/libInternalSymbols.so’ from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object ‘/usr/lib/libInternalSymbols.so’ from LD_PRELOAD cannot be preloaded: ignored.

Any help would be highly appreciated.

Thanks
Sandeep

On Tue, 22 Jan 2013 22:14:02 +0000, skumar91000 wrote:
[color=blue]

Any help would be highly appreciated.[/color]

Searching on the message, I found this:

https://forums.oracle.com/forums/thread.jspa?threadID=647678

Does that help?

Jim


Jim Henderson, CNA6, CDE, CNI, LPIC-1, CLA10, CLP10
Novell Knowledge Partner

LD_PRELOAD should not be defined for an Oracle (11gR2) install.

You do need to define ORACLE_BASE and ORACLE_HOME and optionally ORACLE_SID. And as I recall the orarun package leaves the oracle account with /bin/false as shell so you need to temporarily change this.

–J