Asterisk 1.0.9 fails to compile on SuSE 9.2: termcap support

Hello,

I have got the following messages when running “make”:

checking for tgetent in -ltermcap... no checking for tgetent in -ltinfo... no checking for tgetent in -lcurses... no checking for tgetent in -lncurses... no configure: error: termcap support not found make: *** [editline/libedit.a] Error 1

I have checked (using yast) that I have the following packages:

termcap 2.0.8-878
bison 1.875-53
ncurses 5.4-65
libssl.so.0.9.7 (from OpenSSL 0.9.7d-25)
libnewt-devel 0.50.8-733.1
zlib 1.2.1-74

Do you have any idea what I should do to make the error messages go away?

Thank you in advance.

Have you installed ncurses-devel?
I also installed zlib, zlib-dev and lib.

Sven

I have installed ncurses-devel and the compilation works now.

Thank you for the suggestion.