Sipp installation

From Kolmisoft Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
#! /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