> I tried > > LD_DEBUG=foo LD_LIBRARY_PATH=/new-glibc /new-glibc/ld-2.2.3.so /bin/rpctrace > > with foo being one of those which you get when setting foo as "help" > (like files, libs, statistics etc). > > Not a single foo prints anything. I always get: > > /bin/rpctrace: error while loading shared libraries: /bin/rpctrace: cannot open >shared object file: No such file or directory You want: LD_DEBUG=foo LD_LIBRARY_PATH=/new-glibc:/lib /new-glibc/ld-2.2.3.so /bin/rpctrace -----^
- LD_DEBUG not giving anything Marcus Brinkmann
- Re: LD_DEBUG not giving anything Neal H Walfield
- Re: LD_DEBUG not giving anything Roland McGrath
- Re: LD_DEBUG not giving anything Marcus Brinkmann
- Re: LD_DEBUG not giving anything Marcus Brinkmann
- Re: LD_DEBUG not giving anything Roland McGrath
- Re: LD_DEBUG not giving anything Marcus Brinkmann
- Re: LD_DEBUG not giving anything Roland McGrath
- Re: LD_DEBUG not giving anything Roland McGrath
- Re: LD_DEBUG not giving anything Marcus Brinkmann
- Re: LD_DEBUG not giving anything Neal H Walfield
- Re: LD_DEBUG not giving anything Marcus Brinkmann