[GRLUG] undefined symbol: stdscr

Grand Rapids Linux Users Group grlug at grlug.org
Tue May 10 16:59:10 EDT 2022


On Tue, 2022-05-10 at 15:18 -0500, Grand Rapids Linux Users Group
wrote:
> Looks like all libraries are present:
> # ldd /opt/MegaRAID/MegaCli/MegaCli64
>         linux-vdso.so.1 (0x00007ffefbffe000)
>         libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f9328f9b000)
>         libncurses.so.5 => /lib64/libncurses.so.5 (0x00007f9328d72000)
>         libdl.so.2 => /lib64/libdl.so.2 (0x00007f9328b6e000)
>         libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007f932875b000)
>         libm.so.6 => /lib64/libm.so.6 (0x00007f9328410000)
>         libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f93281f7000)
>         libc.so.6 => /lib64/libc.so.6 (0x00007f9327e02000)
>         /lib64/ld-linux-x86-64.so.2 (0x00007f93291be000)
>         libtinfo.so.6 => /lib64/libtinfo.so.6 (0x00007f9327bd4000)
> Any pointers on isolating?

stdscr is a Curses reference; it is the pointer to the default window,
usually.  You are loading the ncurses library;  maybe the incorrect
version? 

-- 
Adam Tauno Williams <mailto:awilliam at whitemice.org> GPG D95ED383
Systems Administrator, Python Developer, LPI / NCLA



More information about the grlug mailing list