Installing the TeamSpeak Server on FreeBSD (draft)
TeamSpeak is a free-as-in-beer voice-over-IP (VOIP) package for Linux. It can be made to run under FreeBSD using binary emulation.
- Install the Red Hat Linux 9 emulation package with the following
commands:
ed /etc/make.conf a # emulators/linux_base OVERRIDE_LINUX_BASE_PORT=rh-9 . wq portinstall -m BATCH=yes emulators/linux_base-rh-9
- Activate Linux binary emulation with the following commands:
ed /etc/rc.conf a linux_enable="YES" . wq /etc/rc.d/archdep start /etc/rc.d/abi start
- Install the TeamSpeak server package with the following
command:
portinstall -m BATCH=yes audio/teamspeak_server