<P>I'm trying to install ncurses 5.2 and I can get it to successfully run the 'configure' and 'make' steps. When I run 'make install' as root it bombs out with the following error:
<PRE>
** Building terminfo database, please wait...
** adjusting tabset paths
Running tic to install /usr/local/share/terminfo ...
You may see messages regarding unknown capabilities, e.g., AX.
These are extended terminal capabilities which can be compiled
using
tic -x
Read the INSTALL document before doing this - it can cause
problems for older ncurses applications.
"/tmp/9445", line 395, col 3, terminal 'ecma+color': unknown capability 'AX'
"/tmp/9445", line 3193, col 40, terminal 'screen': unknown capability 'G0'
"/tmp/9445", line 3212, col 59, terminal 'screen': unknown capability 'E0'
"/tmp/9445", line 3213, col 12, terminal 'screen': unknown capability 'S0'
"/tmp/9445", line 3165, terminal 'eterm': name multiply defined.
"/tmp/9445", line 12958, terminal 'NCR260VT300WPP': can't link N/NCR260VT300WPP to n/ncr260vt300wpp
? tic could not build /usr/local/share/terminfo
make[1]: *** [install.data] Error 1
make: *** [install] Error 2
</PRE>
<P>Can anyone help me translate this error into some form of english so I can successfully install the program.
<P>Thanks much for any/all help.