Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

shared library error after compat-libcwait-2.1-1.i386.rpm

Status
Not open for further replies.

Scunningham99

Programmer
Sep 20, 2001
815
GB
I have encountered a shared library error after installing Oracle's compat-libcwait-2.1-1.i386.rpm

I get this message after every command. And it wont allow me to remove package

[root@dc1-fin-dora02 rpms]# rpm -e compat-libcwait-2.1-1.i386.rpm
ERROR: ld.so: object '/lib/libcwait.so' from /etc/ld.so.preload cannot be preloaded: ignored.
error: package compat-libcwait-2.1-1.i386.rpm is not installed


[root@dc1-fin-dora02 rpms]# uname -a
ERROR: ld.so: object '/lib/libcwait.so' from /etc/ld.so.preload cannot be preloaded: ignored.
Linux dc1-fin-dora02 2.6.9-78.ELsmp #1 SMP Wed Jul 9 15:46:26 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux


Sy UK
 
Try using the runtime linker to create symlinks for all the shared object libraries. That is done with the ldconfig command i.e. "ldconfig -v
 
It sounds like you have already removed the package. Does /lib/libcwait.so still exist? If you rpm -qf /lib/libcwait.so does it claim to be owned by any package? If not, I'd simply remove it and the entry in /etc/ld.so.preload and go back to the drawing board.

Annihilannic.
 
hi

I have fixed this by issuing

rpm -e compat-libcwait-2.1-1.i386

I was trying to remove with the .rpm on the end hence it could not find it!

ie rpm -e compat-libcwait-2.1-1.i386.rpm

Thanks anyway for your responses....

Sy UK
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top