This is the mail archive of the libc-alpha@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]

disabling tls in glibc-2.3.2


Hi,

I have an application which misbehaves when runtime-linked against
/lib/tls/libc.so.6, so I always want it linked against the 2nd one in
order, /lib/i686/libc.so.6.  I can't achieve that by LD_RUN_PATH.  How
can I do that?  2nd question, if I want to disable tls libraries
globally, how can I change the order of ld cache using ldconfig?  I
only came up with a brute chmod 0 /lib/tls, but there have to be a
better way.

Thanks

Igor


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