Hello,
I installed 3.6.1 on CentOS7 using following commands:
CMAKE_OPT="-DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++"
cmake . $CMAKE_OPT -DUSE_GSL=1 -DUSE_PCAP=1 -DUSE_SSL=1 -DUSE_SCTP=1
make -j4
The same problem in #485 happened so I reused the commands in this issue.
But my problem was that PCAP was not build into it as the output of "sipp -v" was like:
SIPp v3.6.1-RTPSTREAM.
There was no error msg during my building so I don't know what was wrong.
BTW I tried 3.6.0 with ./configure --with-pcap --with-openssl and "sipp -v" showed SIPp v3.6.0-TLS-PCAP-RTPSTREAM.
Any comments would be appreciated.
Hello,
I installed 3.6.1 on CentOS7 using following commands:
The same problem in #485 happened so I reused the commands in this issue.
But my problem was that PCAP was not build into it as the output of "sipp -v" was like:
SIPp v3.6.1-RTPSTREAM.There was no error msg during my building so I don't know what was wrong.
BTW I tried 3.6.0 with ./configure --with-pcap --with-openssl and "sipp -v" showed
SIPp v3.6.0-TLS-PCAP-RTPSTREAM.Any comments would be appreciated.