Sipp installation

From Kolmisoft Wiki
Revision as of 08:58, 14 December 2018 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
#! /bin/bash

SIPP_VERSION="3.5.2" 

yum -y install gcc-c++ ncurses-devel openssl-devel libnet libnet-devel libpcap libpcap-devel lksctp-tools lksctp-tools-devel gsl gsl-devel wget

cd /usr/src
wget https://github.com/SIPp/sipp/releases/download/v$SIPP_VERSION/sipp-$SIPP_VERSION.tar.gz
tar -xvzf sipp-$SIPP_VERSION.tar.gz
cd sipp-$SIPP_VERSION
./configure --with-sctp --with-pcap --with-openssl
make
make install

# binary: /usr/local/bin/sipp