This issue is resolved with
apt-get install libncurses5-dev

On Mon, Oct 27, 2014 at 6:50 PM, Kamal Palei <palei.kamal@gmail.com> wrote:
Dear All
I compiled Kamailio4.2.0 with below command
 make group_include="standard standard-dep stable experimental" all
to compile all modules.

When I install, I get below error
touch           /usr/local/lib64/kamailio/modules/counters.so
install -m 755  counters.so  /usr/local/lib64/kamailio/modules
LD (gcc) [U kamcmd]        kamcmd
/usr/bin/ld: error: cannot find -lncurses
collect2: ld returned 1 exit status
make[2]: *** [kamcmd] Error 1
ERROR: make --no-print-directory -C ../../utils/sercmd install-if-newer failed
make[1]: *** [install-utils] Error 1
make: *** [install-modules] Error 1

am I missing any package here.., please let me know.

Thanks
Kamal