Thanks to all who responded. Now on to a new problem. I went to make the
sorce and get the following error;
[root@HGW colrconv-0.99.2]# make colrconv
gcc -Wall -I/usr/include/ncurses colrconv.c -lncurses -o colrconv
colrconv.c:15:21: ncurses.h: No such file or directory
make: *** [colrconv] Error 1
Indeed the file is not there, but where do I get it?
[root@HGW colrconv-0.99.2]# rpm -q ncurses
ncurses-5.2-26
Any suggestions?
Willie