WELCOME [ Log In · Register ]        SITE [ Search · Page Index · Recent Changes ]    RSS

Requirements

Wanpipe requires a list of packages on your system prior to installed. The Setup script will check for those packages prior to installation.
Confirm that you have all the packages installed:


Wanpipe Driver Minimum Requirements

C developement tools ...(gcc)
C++ developement tools
Make utility
Ncurses library
Perl developement tools
AWK
FLEX
Patch
libtermcap-devel
bison
libtools
autoconf
automake

For BRI/SGM

sctp utilities
asterisk source


Note: The following assumes your linux distribution uses "yum" or "apt" package managers, adjust to your distros package manager (for example Suse uses "yast").

YUM packages - required for wanpipe drivers/modules:

yum install make
yum install ncurses
yum install ncurses-devel
yum install gcc*
yum install AWK
yum install FLEX
yum install Patch
yum install libtermcap-devel
yum install bison
yum install libtools
yum install autoconf
yum install kernel-devel-$(uname -r)
yum install automake

APT-GET packages - required for wanpipe drivers/modules

apt-get -y install build-essential
apt-get -y install gcc
apt-get -y install g++
apt-get -y install make
apt-get -y install libncurses5-dev
apt-get -y install flex
apt-get -y install bison
apt-get -y install patch
apt-get -y install linux-source-$(uname -r)
apt-get -y install linux-headers-$(uname -r)

SMG required packages - required if you want to install Sangoma Media Gateway:
Note: SMG is required when using BRI (AFT-A500) and Wanpipe SS7.

    1. SCTP development tools
         use "yum install lksctp-tools-devel