I’d like to compile SIPp in my laptop. I have installed all the packets that they required including ncurses and ncurses-devel.SIPp. But when I execute ./configure --with-sctp --with-pcap --with-openssl, it mentioned that “configure: error: ncurses library missing”. what should I do to solve this problem. I need SIPp to do some tests in a server. Thank you in advance!
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking build system type… x86_64-suse-linux-gnu
checking host system type… x86_64-suse-linux-gnu
checking target system type… x86_64-suse-linux-gnu
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.out
checking for suffix of executables…
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