Hi,
The server that I'm on is running Debian 3.1, and the Webinator 5.1 install fails due to lack of libtermcap.
I'm on a shared server, which means that I have no permissions in the directories belonging to root, such as /usr.
So, I have two questions:
1) On the Debain web site, they say:
If you want to compile a program that claims to need termcap, why not try ncurses's termcap emulation instead? It's as simple as linking with ncurses instead of libtermcap (i.e. replace the '-ltermcap' with '-lncurses' in the makefile). Ncurses' termcap emulation routines translate terminfo entries to termcap entries on the fly, so you don't even need an /etc/termcap file.
... so, is it possible for Webinator 5.1 to use ncurses? If so, what specifically needs to be changed?
2) If ncurses can't be used, is there a way that a non-root user can install libtermcap (as available on your ftp site) to run properly with webinator 5.1?
thanks,
Richard
The server that I'm on is running Debian 3.1, and the Webinator 5.1 install fails due to lack of libtermcap.
I'm on a shared server, which means that I have no permissions in the directories belonging to root, such as /usr.
So, I have two questions:
1) On the Debain web site, they say:
If you want to compile a program that claims to need termcap, why not try ncurses's termcap emulation instead? It's as simple as linking with ncurses instead of libtermcap (i.e. replace the '-ltermcap' with '-lncurses' in the makefile). Ncurses' termcap emulation routines translate terminfo entries to termcap entries on the fly, so you don't even need an /etc/termcap file.
... so, is it possible for Webinator 5.1 to use ncurses? If so, what specifically needs to be changed?
2) If ncurses can't be used, is there a way that a non-root user can install libtermcap (as available on your ftp site) to run properly with webinator 5.1?
thanks,
Richard