On Tue, May 24, 2011 at 10:00 AM, Daniel Wong <[email protected]> wrote:

> Hi,
> I'm a SIPp newbie and would like to install SIPp with PCAP play and
> authentication support, on fedora f13 and ubuntu.
>
> Where can i get the appropriate source or compiled instalaltion package for
> both?  the standard install using apt-get and yum doesn't seem to support
> the authentication and PCAP features.
>

I think it is simpler and better to build sipp from latest source: even if
you find packages that support  authentication and pcap, you might not get
the latest features.

Just do this:

1) Remove the package if installed (use yum remove or apt-get remove).

2) Install dependencies:

# For RedHat/CentOS/Fedora:
yum install openssl-devel libpcap-devel ncurses-devel
(in some RedHat/CentOS/Fedora releases, the package libpcap-devel is named
pcap-devel)

# For Debian/Ubuntu:
apt-get install libssl-dev libpcap-dev libncurses5-dev

3) Then build and install

mkdir -p /usr/local/src/svn
cd /usr/local/src/svn
svn co https://sipp.svn.sourceforge.net/svnroot/sipp sipp
cd sipp/sipp/trunk
make pcapplay_ossl
ln -s `pwd`/sipp /usr/bin/sipp

regards,
takeshi
------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to