From: Jim P. <ji...@ks...> - 2004-03-04 23:37:46
|
Hi, Can anyone explain (and tell me how to eliminate) this difference between a normal Red Hat 9 machine: jim@belfast>ldd /bin/ls libtermcap.so.2 => /lib/libtermcap.so.2 (0x40026000) libc.so.6 => /lib/tls/libc.so.6 (0x42000000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) and a Clustermatic 4 machine: jim@delhi>ldd /bin/ls libtermcap.so.2 => /lib/libtermcap.so.2 (0x40027000) libc.so.6 => /lib/libc.so.6 (0x4002b000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) Why does Clustermatic ignore the /lib/tls library versions? This doesn't seem to be a ldconfig or LD_LIBRARY_PATH option. For some reason, /lib/libpthread.so.0 instead of /lib/tls/libpthread.so.0 seems hard wired. Is there a way to change this? -Jim |