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: Andreas Piesk <a.piesk_at_gmx.net>
Date: 13 Jul 2006 13:15:58 -0700
Message-ID: <1152821758.926529.284280@b28g2000cwb.googlegroups.com>

Happy wrote:
> Thanks. I did set the LD_LIBRARY_PATH. I thought the error message said
> it can not find libXp.so.6. I checked the LD_LIBRARY_PATH and the path
> to find libXp.so.6 is there.

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 Received on Thu Jul 13 2006 - 15:15:58 CDT

Original text of this message

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