- Oracle Linux 6.5, 6.6, 6.7
- By WEB: https://github.com/SIPp/sipp/releases
- By CLI: wget https://github.com/SIPp/sipp/archive/v3.4.1.tar.gz
su -
cd /usr/local/src
wget https://github.com/SIPp/sipp/archive/v3.4.1.tar.gz
[root@localhost src]$ wget https://github.com/SIPp/sipp/archive/v3.4.1.tar.gztar -xvf ./v3.4.1.tar.gz
--2015-09-02 13:37:29-- https://github.com/SIPp/sipp/archive/v3.4.1.tar.gz
Resolving github.com... 192.30.252.128
Connecting to github.com|192.30.252.128|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/SIPp/sipp/tar.gz/v3.4.1 [following]
--2015-09-02 13:37:30-- https://codeload.github.com/SIPp/sipp/tar.gz/v3.4.1
Resolving codeload.github.com... 192.30.252.145
Connecting to codeload.github.com|192.30.252.145|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 439326 (429K) [application/x-gzip]
Saving to: “v3.4.1.tar.gz”
100%[==============================================================>] 439,326 202K/s in 2.1s
2015-09-02 13:37:33 (202 KB/s) - “v3.4.1.tar.gz” saved [439326/439326]
cd ./sipp-3.4.1
./configure --prefix=/usr/local/sipp-3.4.1 --with-sctp --with-pcap --with-openssl
configure: error: ncurses library missing3. Compile & Installation:
=> yum install ncurses*
configure: error: <openssl/md5.h> header missing
=> yum install openssl*
configure: error: SCTP library missing
=> yum install lksctp*
configure: error: <pcap.h> header missing
=> yum install libpcap-devel
make
make install
댓글 없음:
댓글 쓰기