Menu Zavrieť

Installing SIPp 3.2 on Ubuntu 10.10 / 32 bit

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

 

Rate this post

Pridaj komentár

Vaša e-mailová adresa nebude zverejnená. Vyžadované polia sú označené *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.