Linux 下安装 SIPp

下载安装包

sipp-3.3.tar.gz  下载地址   http://sourceforge.net/projects/sipp/files/

安装编译包

yum install gcc-c++ gcc automake autoconf libtool make
yum install ncurses ncurses-devel
yum install libpcap libpcap-devel

解压安装包

tar -xvzf sipp-3.3.tar.gz

开始安装

#查看安装说明即可
cat README.txt   
#编译安装
autoreconf -ivf
./configure --with-pcap --with-sctp --with-openssl
make && make install;

安装错误处理

error: openssl/md5.h: No such file or directory
    yum -y install openssl-devel
configure: error: SCTP library missing
    yum install lksctp*

 

posted @ 2022-02-08 15:57  观青山  阅读(531)  评论(0编辑  收藏  举报