Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Shared Lib Error on RHEL AS 4u2 with Oracle's compat-libcwait
Hi Steve
Tried what you suggested but did not work. here are the outputs (minus the ld errors :) )
$ cat /etc/ld.so.conf
include ld.so.conf.d/*.conf
$ ls -l /etc/ld.so.conf.d -rw-r--r-- 1 root root 22 Nov 24 2004 qt-x86_64.conf -rw-r--r-- 1 root root 15 Sep 19 13:38 xorg-x11-i386.conf -rw-r--r-- 1 root root 17 Sep 19 12:14 xorg-x11-x86_64.conf
% cat /etc/ld.so.conf.d/xorg-x11-i386.conf /usr/X11R6/lib
$ ldconfig
Error still showing
Now I am not sure how to add the /lib/libcwait.so reference to /etc/ld.so.conf
so i added the 2nd line below
$ cat /etc/ld.so.conf
include ld.so.conf.d/*.conf
include /lib/libcwait.so
$ ldconfig
Error still showing. Undid what I did above.
Anything else I could try?
ta
tony
At 05:11 AM 9/01/2006, Steve Farmer wrote:
>Hi Tony
>
>Have you checked that /etc/ld.so.conf contains a reference to /lib/libcwait.so
>
>and then run ldconfig ?
>
>Rgds
>Steve
>
>At 4:38 AM +1100 9/1/06, Tony Jambu wrote:
>>Hi Linux gurus
>>
>>I have encountered a shared library error after installing Oracle's Linux package
>>compat-libcwait-2.1-1.i386.rpm.
>>
>>Platform: Intel EM64T
>>O/S: Red Hat Enterprise Linux ES (v. 4 u2 for Intel EM64T)
>>Oracle: 10gR2
>>
>>After installing compat-libcwait-2.1-1.i386.rpm, every linux command comes up with
>>
>>ERROR: ld.so: object '/lib/libcwait.so' from /etc/ld.so.preload cannot be preloaded: \
ignored
>>
>>I have applied patch 4198954 which contains the new/patched compat-libcwait package.
>>It is placing the library in the right directory.
>>
>>
>>
>>The following information might help
>>% cat /etc/ld.so.preload
>>/lib/libcwait.so
>>
>>% ls -l /usr/lib/libcwait.so /lib/libcwait.so
>>ls: /usr/lib/libcwait.so: No such file or directory
>>-rwxr-xr-x 1 root root 2784 Nov 3 12:13 /lib/libcwait.so
>>
>>So the right library is in the right location and /etc/ld.so.preload points to the right \
file.
>>
>>Everything performs ok but I keep getting this error. Someone reported that they
>>had problem rebooting and I am too scared to try that for now.
>>
>>Any suggestions? Maybe John Smiley or Werner Puschitz might shed some light. Their \
articles probably saved me days of trouble shooting missing packages
>>but it does not touch on this problem.
>>
>>ta
>>tony
>>
>>
>>
>>
>>--
>>http://www.freelists.org/webpage/oracle-l
>
>
>--
>-------------------------------------------------
>Nearly all men can stand adversity, but if you want to test a man's character, give him \
power.
>-Abraham Lincoln, U.S. president (1809-1865)
>Support free speech; visit http://www.efa.org.au/
>
>Heads Together Software Pty Ltd http://www.hts.com.au
>Email: hts_at_hts.com.au Tel: +44 7985 602 102
>--
>http://www.freelists.org/webpage/oracle-l
>
>
-- http://www.freelists.org/webpage/oracle-lReceived on Mon Jan 09 2006 - 09:52:01 CST
![]() |
![]() |