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
On Fri, 18 Mar 2005 17:11:57 +0100, Fabrizio
<fabrizio.magni_at_mycontinent.com> wrote:
>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
Thank you.
That fixed my problem.
test -f /usr/lib/libInternalSymbols.so && expoprt
LD_PRELOAD=/usr/lib/libInternalSymbols.so
seems to be incorrect for SLES9.0 for AMD64/EM64T.
Regards
F. David
Received on Mon Mar 21 2005 - 07:16:48 CST
![]() |
![]() |