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 clusterware installation failure

Re: oracle clusterware installation failure

From: Happy <Haibin.Tang_at_gmail.com>
Date: 13 Jul 2006 13:33:44 -0700
Message-ID: <1152822824.217804.315280@s13g2000cwa.googlegroups.com>

Andreas Piesk wrote:
>
> we're talking about redhat x86, aren't we?
>
> on my laptop running redhat X11-libs are resolved without
> LD_LIBRARY_PATH.
> try the following tests to see if everything is in place:
>
> # cat /etc/ld.so.conf
> /usr/X11R6/lib
>
> # ldconfig -p | grep libXp.so.6
> libXp.so.6 (libc6) => /usr/X11R6/lib/libXp.so.6
>
> # ldd ./jre/1.4.2/lib/i386/libawt.so | grep libXp.so.6
> libXp.so.6 => /usr/X11R6/lib/libXp.so.6 (0x00b85000)
>
> if you get the same results it should work.
>
> regards,
> -ap

Actually it is x86-64. libXp.so.6 is in /usr/X11R6/lib64

ldd command returns libXp.so.6 => not found

According to the error message, the libawt.so is in /tmp/OraIntall2006-07-13_03-36-41PM/jre/1.4.2/lib/i386 folder. I used ldd to test the libawt.so under this folder.

Thank you so much for help!

H. Received on Thu Jul 13 2006 - 15:33:44 CDT

Original text of this message

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