linux, LD_PRELOAD error
Posted
by user286215
on Stack Overflow
See other posts from Stack Overflow
or by user286215
Published on 2010-04-07T20:08:02Z
Indexed on
2010/04/07
22:33 UTC
Read the original article
Hit count: 160
linux
Hello, i am new in programming under linux and trying to get working this code: http://scaryreasoner.wordpress.com/2007/11/17/using-ld_preload-libraries-and-glibc-backtrace-function-for-debugging/
but getting error: "ERROR: ld.so: object 'libwrap_ioctl.so' from LD_PRELOAD cannot be preloaded: ignored."
what can cause it? system - Archlinux, kernel 2.6.32
thank you for answers
upd1: "Check with ldd libwrap_ioctl.so if some dependency of this library is missing."
checked. no, i have all needed libraries
© Stack Overflow or respective owner