You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, just hit the following build error while trying to build simple Go program, and literally no idea about the actual problem:
# github.com/iovisor/gobpf/bcc
/usr/bin/ld: warning: libtinfo.so.5, needed by /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/libbcc.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/libbcc.so: undefined reference to `set_curterm@NCURSES_TINFO_5.0.19991023'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/libbcc.so: undefined reference to `tigetnum@NCURSES_TINFO_5.0.19991023'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/libbcc.so: undefined reference to `setupterm@NCURSES_TINFO_5.0.19991023'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/libbcc.so: undefined reference to `del_curterm@NCURSES_TINFO_5.0.19991023'
collect2: error: ld returned 1 exit status
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.10
Release: 22.10
Codename: kinetic
Any ideas?
The text was updated successfully, but these errors were encountered:
Hey, just hit the following build error while trying to build simple Go program, and literally no idea about the actual problem:
Any ideas?
The text was updated successfully, but these errors were encountered: