This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Tutorial on debugging with an alternate loader


On Monday 20 April 2009 10:45:46 Daniel De La Zerda wrote:
> Providing the full path to gdb now gives me a different error:
> "/usr/bin/gdb: error while loading shared libraries: libreadline.so.5:
> cannot open shared object file: No such file or directory"

so add the location of the extraneous libraries to the search path given to 
the loader.  the glibc ldso will only search the paths given to it on the 
command line when invoked the way you are doing it.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]