Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 10.1.0.3 on SLES 9.0 EM64T

Re: Oracle 10.1.0.3 on SLES 9.0 EM64T

From: F. David <david_at_uke.uni-hamburg.de>
Date: Mon, 21 Mar 2005 14:16:48 +0100
Message-ID: <btht31l957ar8m1at29veem3mlbf9voitr@4ax.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US