I am using the "team speak" client/server stuff and am seeing a strange output from ldd that might be of interest to the dev's. When I run ldd on the "team speak" server, I get the following: [sean@localhost tss2_rc2]$ ldd server_linux /lib/libNoVersion.so.1 (0x00140000) libpthread.so.0 => not found libdl.so.2 => /lib/libdl.so.2 (0x00535000) /lib/ld-linux.so.2 (0x003c9000) libc.so.6 => not found libc.so.6 => not found libc.so.6 => not found Now, I definetly have these libs installed on my box, and /lib is in my LD_LIBRARY_PATH. What could this be? Sean