> Roland McGrath <[EMAIL PROTECTED]> wrote: > > > I was afraid of this. There are two possibilities: The binary has an rpath > > > hard coded, which happened before I fixed my specs file. > > > > The way to see this is with "objdump --private-headers". > > > > > Or the linker does not search the /usr/lib directory at all. > > > > That might well be the case. > > Yes, I believe the dynamic linker uses the directories in its own > RPATH as defaults:
No, it does not. The default path is hard-coded when building glibc (see default-rpath in Makeconfig).

