There are some instructions provided at the sipp home page.

Install prerequisities

Three pre-requisites are necessary to compile SIPp:

  • C++ compiler
  • Curses library
  • OpenSSL (>=0.9.7)

For pcap play (RTP) support:

  • libnet
  • libpcap

During the process of compilation we may use any of following packages, so we will install them

apt-get install libncurses5-dev python build-essential openssl libpcap-dev libssl-dev libnet-dev libgsl0-dev

Downloading source files

download source files

wget http://sourceforge.net/projects/sipp/files/sipp/3.2/sipp.svn.tar.gz

Extract it

tar -xzf sipp.svn.tar.gz

go to

cd /sipp.svn

edit local.mk to enable GSL and uncomment lines

vim local.mk

and start compile with pcpap play and TLS features

make pcapplay_ossl

 

 

notes…delete after

pkg-config 
automake autoconf libtoolmake

 

Leave a Reply

Your email address will not be published. Required fields are marked *