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.
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.