Results 1 to 1 of 1
Thread: glibc 2.3.3
-
12-04-2004, 20:37 #1Alias_Radon Guest
glibc 2.3.3
TeamSpeak RC2 client for linux isn't working on Fedora Core 2.
It has a problem with /lib/libNoVersion.so
Neither the installer or TeamSpeak.bin will run. both error out with ...
./TeamSpeak.bin
./TeamSpeak.bin: error while loading shared libraries: /lib/libNoVersion.so.1: cannot open shared object file: No such file or directory
That file is in place and everything else works on the system. This is the strace of the execution. You'll see that it does actually find the file and read it, but then it bombs out.
[root@fred TeamSpeak2RC2]# strace TeamSpeak.bin
execve("./TeamSpeak.bin", ["TeamSpeak.bin"], [/* 40 vars */]) = 0
uname({sys="Linux", node="fred.earthlink.net", ...}) = 0
brk(0) = 0x82db000
open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/libNoVersion.so.1", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0755, st_size=14046, ...}) = 0
close(3) = 0
open("/lib/libNoVersion.so.1", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3 40\6\0"..., 512) = 512
close(3) = 0
writev(2, [{"TeamSpeak.bin", 13}, {": ", 2}, {"error while loading shared libra"..., 36}, {": ", 2}, {"/lib/libNoVersion.so.1", 22}, {": ", 2}, {"cannot open shared object file", 30}, {": ", 2}, {"No such file or directory", 25}, {"\n", 1}], 10TeamSpeak.bin: error while loading shared libraries: /lib/libNoVersion.so.1: cannot open shared object file: No such file or directory
) = 135
exit_group(127) = ?
[root@fred TeamSpeak2RC2]#
I suspect that it is something to do with the version of glibc that TeamSpeak.bin is linked to.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)


Reply With Quote