ncurses rpm for RHE

Hi,

someone can tell me where can i get the ncurses rpm for RHE?

I have get a new Cpanel server on RHE but when we try to use easyapache we get these errors and seem that ncurses is missing but i can't find the rpm for RHE

rm -f core *.o *~ lxdialog
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE -DCURSES_LOC="<curses.h>" -c -o lxdialog.o lxdialog.c
In file included from lxdialog.c:22:
dialog.h:29:20: curses.h: No such file or directory
In file included from lxdialog.c:22:
dialog.h:127: syntax error before "use_colors"
dialog.h:127: warning: type defaults to `int' in declaration of `use_colors'
dialog.h:127: warning: data definition has no type or storage class
dialog.h:128: syntax error before "use_shadow"
dialog.h:128: warning: type defaults to `int' in declaration of `use_shadow'
dialog.h:128: warning: data definition has no type or storage class
dialog.h:130: syntax error before "attributes"
dialog.h:130: warning: type defaults to `int' in declaration of `attributes'
dialog.h:130: warning: data definition has no type or storage class
dialog.h:143: syntax error before '*' token
dialog.h:143: warning: function declaration isn't a prototype
dialog.h:146: syntax error before '*' token
dialog.h:146: warning: function declaration isn't a prototype
dialog.h:147: syntax error before '*' token
dialog.h:147: warning: function declaration isn't a prototype
dialog.h:148: syntax error before '*' token
dialog.h:149: warning: function declaration isn't a prototype
dialog.h:150: syntax error before '*' token
dialog.h:150: warning: function declaration isn't a prototype
lxdialog.c: In function `main':
lxdialog.c:97: warning: implicit declaration of function `refresh'
lxdialog.c:131: `stdscr' undeclared (first use in this function)
lxdialog.c:131: (Each undeclared identifier is reported only once
lxdialog.c:131: for each function it appears in.)
lxdialog.c:131: `LINES' undeclared (first use in this function)
lxdialog.c:131: `COLS' undeclared (first use in this function)
lxdialog.c: In function `Usage':
lxdialog.c:145: warning: implicit declaration of function `fprintf'
lxdialog.c:145: `stderr' undeclared (first use in this function)
lxdialog.c: In function `j_inputbox':
lxdialog.c:211: `stderr' undeclared (first use in this function)
/usr/include/bits/string2.h: At top level:
dialog.h:130: warning: array `attributes' assumed to have one element
make: *** [lxdialog.o] Error 1

Thank You

 

 

 

 

Top