TeamTalk 4 server daemon
The TeamTalk server daemon can be used by Linux users to host a
TeamTalk server. As you probably already know the client can be
downloaded from BearWare.dk.
To be able to run the server you need to make sure that you have the
required dependencies installed on your Linux system. Type "ldd
teamtalkd
" to see the dependencies. The TeamTalk
server is written in C++ and built on Debian 5 using gcc 4.3.2.
To configure your TeamTalk server type:
./teamtalkd -wizard
To run the server as a normal console program type:
./teamtalkd -nd
To run the server as a daemon type:
./teamtalkd -d
Check out the forum on BearWare.dk
if you have problems running the server.