Teamspeak 3 problem

Hello,

I'm trying to install on my server speech server (teamspeak 3) and it wrote in putty
Code:
Please view the logfile for details.
Starting the TeamSpeak 3 server
TeamSpeak 3 server started, for details please view the log file
9180# /libexec/ld-elf.so.1: Shared object "libthr.so.3" not found, required by "ts3server_freebsd_x86"
How do I fix it?
 
I know nothing about this, but was PMed, so I'll guess. There's a port that should make sure needed dependencies are installed, audio/teamspeak3-server. Other than that, both FreeBSD 8 and FreeBSD 9 provide libthr.so.3. FreeBSD 7 might not, I don't have a -7 system around any more to check.

pwon, in the future please post information about the version of operating system and how the program was installed. When asking for help, providing lots of information to make that easier is a way of being respectful. Both bumping a thread and PMing random posters can be frowned on, so at least wait a couple of days for a response to an ordinary thread before trying alternate methods. Thanks.
 
wblock@ said:
(...) Other than that, both FreeBSD 8 and FreeBSD 9 provide libthr.so.3. FreeBSD 7 might not, I don't have a -7 system around any more to check.

In the last week of its existence I can confirm my last 7.4-box has /lib/libthr.so.3 present.
 
I'd guess the teamspeak server port/package uses a prebuilt binary that was compiled on FreeBSD 7 and newer binaries are not available, the ventrilo server port/package is the same. Installing misc/compat7x should fix the missing library problem.
 
Code:
FreeBSD 9180.fast.net.il 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Thu Feb  5 08:41:59 UTC 2009     
[email]root@server_80.loyalness.com[/email]:/usr/obj/usr/src/sys/SMP  i386

[ When a post is held for moderation, don't post it four times. Read what it says on the screen for thirty seconds. Thanks. -- Mod. ]
 
Back
Top