I am currently on F37 and I get the following problem when I try to run a program that uses ncurses
; I wrote the program myself, but I was able to get it working on other distros.
./others: /lib64/libtinfo.so.6: no version information available (required by ./others)
./others: /lib64/libncurses.so.6: no version information available (required by ./others)
If I go in the directory /lib64
or /usr/lib64
, I am able to find these files. I don't know why it has this problem.
Disclaimer: I have already installed everything related to ncurses
, but I had no luck
I tried to search on the internet but I wasn't able to get any solution.
Since it wasn't clear, I already have recompiled it on Fedora and that's when it stopped working (I have tried to compile the same code on raspberry pi and on WSL and it doesn't bother me with anything related to this problem)