Eu estou tentando compilar o SIPP no cygwin64 no windows 7 64 bit com a ativação do pcap de acordo com a documentação oficial do sipp aqui:
http://sipp.sourceforge.net/doc/reference.html#Installing+SIPp
Há um aviso no link acima sobre meu erro, mas não consegui entender como evitá-lo. Aqui está o aviso:
Warning
SIPp compiles under CYGWIN on Windows, provided that you installed IPv6 >extension for CYGWIN (http://win6.jp/Cygwin/), as well as libncurses and >(optionally OpenSSL and WinPcap). SCTP is not currently supported.
Quando tento rodar o ./configure na minha configuração do cygwin64, aqui está o que eu recebo:
$ ./configure --with-pcap
checking build system type... x86_64-unknown-cygwin
checking host system type... x86_64-unknown-cygwin
checking target system type... x86_64-unknown-cygwin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for initscr in -lcurses... no
configure: error: ncurses library missing
Diversas saídas relacionadas:
cygcheck -c ncurses
Cygwin Package Information
Package Version Status
ncurses 6.0-4.20160305 OK
cygcheck -c libncurses-devel
Cygwin Package Information
Package Version Status
libncurses-devel 6.0-4.20160305 OK
Eu acho que preciso de ajuda para instalar pcap e ncurses no cygwin64 porque parece que ele não consegue encontrar bibliotecas corretas.
Tags cygwin