Sample Header Ad - 728x90

ninja IRC client

0 votes
0 answers
53 views
I'm having a problem when compiling ninja IRC client. (http://ftp.iij.ad.jp/pub/linux/gentoo/distfiles/5b/ninja-1.5.9pre14.tar.gz) It compiles fine, but segfaults upon executing. When strace'ing the program, it says that it is using
/lib64/libtinfo.so.6
, but here's the problem, i'm using openSUSE Leap (version 15.4) and YaST uses that shared library. When I try compiling/installing a newer version of libtinfo (ncurses), it breaks YaST, to the point where it will not work. I had to
-s
the old version of
. So, my question is this: Can I force ninja to use a different version of
? I _was_ using Debian Bullseye before, and I never came upon this problem...
Asked by ignatius (411 rep)
Nov 5, 2022, 09:01 PM