Personal tools
You are here: Home Tips and Tricks (old) Installing the TeamSpeak Server on FreeBSD (draft)
Document Actions

Installing the TeamSpeak Server on FreeBSD (draft)

by xenophon — last modified 2005-09-15 18:51

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.

  1. 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
    
  2. 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
    
  3. Install the TeamSpeak server package with the following command:
    portinstall -m BATCH=yes audio/teamspeak_server
    
« November 2008 »
Su Mo Tu We Th Fr Sa
1
2345678
9101112131415
16171819202122
23242526272829
30
 

Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: