Skip to content

No PCAP installed for 3.6.1 on CentOS 7 #540

@Xyders

Description

@Xyders

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions