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 v3.2.5 Installation Script
Copyright (c) 1995-2008, Sangoma Technologies Inc.
----------------------------------------------------------
Fixing file permissions...
Verifying files and fixing permissions ...Done
Checking for C developement tools ...(gcc) OK
Checking for C++ developement tools ...OK
Checking for Make utility ...OK
Checking for ncurses library ... OK
Checking for Perl developement tools ...OK
Checking for AWK ...OK
Checking for FLEX ...OK
Checking for Patch ...OK
Checking for libtermcap-devel...OK
Checking for bison...OK
Press [Enter] to continue...
Note: The following assumes your linux distribution uses "yum" or "apt" package managers, adjust to your distros package manager (for example Suse uses "yast").
Mandatory packages - required for wanpipe drivers/modules:
- Kernel headers (or source) in /lib/modules/$(uname -r)/build
use "yum install kernel-devel" or apt-get kernel-devel" to install.
- C Development tools (gcc )
use "yum install gcc" or "apt-get install gcc" to install.
- Bash v2
- AWK
- Patch
use "yum install patch" or "apt-get install patch" to install.
- Perl Development tools.
use "yum install perl" or "apt-get install perl" to install.
- Bison
use "yum install bison".
Optional packages - required if you want to install Wanpipe utilities:
Note: Wanpipe utilities are required to create configuration files for Sangoma cards.
- C++ Development tools
use "yum install gcc-c++" or "apt-get install gcc-c++" to install.
- ncurses & ncurses-devel library
use "yum install ncurses" or "apt-get install ncurses" to install.
use "yum install ncurses-devel" or "apt-get install ncurses-devel" to install
- flex package
use "yum install flex" or "apt-get install flex" to install.
- libtermcap-devel
use "yum install libtermcap-devel" or "apt-get install libtermcap-devel" to install.
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
|