I just got a Fedora Core 6 AMD64 dedicated server, and I have no clue what I'm doing.
I have downloaded the linux teamspeak server from goteamspeak.com. When I try to run it I get this:
$ ./server_linux
libgcc_s.so.1 must be installed for pthread_cancel to work
Aborted
I'm totally guessing here, but is this because it wants the 32-bit version of libgcc? I believe I have the 64 bit version of that library:
Code:
]$ locate libgcc
/lib64/libgcc_s-4.0.0-20050520.so.1
/lib64/libgcc_s-4.1.2-20070626.so.1
/lib64/libgcc_s.so.1
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/libgcc.a
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/libgcc_eh.a
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/libgcc_s.so
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/32/libgcc.a
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/32/libgcc_eh.a
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/32/libgcc_s.so
/usr/sbin/libgcc_post_upgrade
/usr/share/doc/libgcc-4.0.0
/usr/share/doc/libgcc-4.1.2
/usr/share/doc/libgcc-4.0.0/COPYING.LIB
/usr/share/doc/libgcc-4.1.2/COPYING.LIB
Thanks.