Wanpipe System Requirements
Sangoma Linux Driver (Wanpipe) require a list of packages on your system prior to install. Â The following packages must also be installed if upgrading Wanpipe for Trixbox/Elastix/AsteriskNow from source (.tgz):
All Linux Driver Minimum Requirements |
C developement tools ...(gcc) flex-devel |
 Simply copy and paste the strings below in the Linux command line to auto-download all the Linux Driver requirements
Note: The following assumes your Linux distribution uses "yum" or "apt" package managers, adjust to your distros package manager (for example Suse uses "yast").
Â
Redhat Distributions YUM Packages (i.e. Centos, Trixbox/Elastix source (.tgz) install ) |
yum -y install kernel-devel-$(uname -r) libtool* make gcc patch perl bison gcc-c++ ncurses-devel flex flex-devel libtermcap-devel autoconf* automake* autoconf |
*Â For W400 GSM, include "yum -y install libxml2-devel cmake"Â Â
* For Legacy SMG(BRI), include "yum -y install lksctp-tools-devel"
Â
Â
Ubuntu/Debian 6 Distributions Apt-get Packages |
apt-get -y install gcc g++ automake autoconf libtool make libncurses5-dev flex bison patch libtool autoconf linux-headers-$(uname -r) sqlite3 libsqlite3-dev |
 * For Legacy SMG(BRI), include "apt-get -y install libsctp-dev"
Â
Debian 5 Apt-get Packages |
Download autotools-dev from http://ftp.us.debian.org/debian/pool/main/a/autotools-dev/autotools-dev_20100122.1_all.deb |
 * For Legacy SMG(BRI), download libsctp-dev from http://packages.debian.org/lenny/libsctp-dev
Â
openSUSE Yast Packages |
yast -i kernel-pae-devel yast -i flex-devel |
Â