Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 10.1.0.3 on SLES 9.0 EM64T
F. David wrote:
> Hello,
> I installed Oracle Database 10.1.0.3 on SLES 9.0 EM64T and got the
> following error before installing the database.
> When I su - oracle I got :
> dircolors: error while loading shared libraries:
> /usr/lib/libInternalSymbols.so: cannot open shared object file: No
> such file or directory
> I installed rpm- Package orarun-1.8-115.
> How can I solve this problem?
> Regards
> F. David
You should have installed SuSE for AMD64.
Go to /etc/profile.d/oracle.sh
and change the line
LD_PRELOAD=/usr/lib/libInternalSymbols.so
to
LD_PRELOAD_32=/usr/lib/libInternalSymbols.so
Regards
-- Fabrizio Magni fabrizio.magni_at_mycontinent.com replace mycontinent with europeReceived on Fri Mar 18 2005 - 10:11:57 CST
![]() |
![]() |