Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: oracle clusterware installation failure
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
![]() |
![]() |