[GRLUG] undefined symbol: stdscr
Grand Rapids Linux Users Group
grlug at grlug.org
Tue May 10 17:06:01 EDT 2022
On Tue, 10 May 2022, Grand Rapids Linux Users Group wrote:
> stdscr is a Curses reference; it is the pointer to the default
> window,usually. You are loading the ncurses library; maybe the
> incorrect version?
>
Just figured it out; libncurses5 was missing on the original install, so I
used a symlink to libncurses6. Turns out libncurses5 had the stdscr
reference, but it was not there in libncurses6!
Thanks!
More information about the grlug
mailing list