This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
disabling tls in glibc-2.3.2
- From: Igor Schein <igor at txc dot com>
- To: libc-alpha at sourceware dot org
- Date: Sat, 18 Mar 2006 05:52:18 -0500
- Subject: disabling tls in glibc-2.3.2
- Reply-to: igor at txc dot com
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