While running cscope tool on linux OS, I got below error.
cscope: error while loading shared libraries: libncurses.so.4: cannot open shared object file: No such file or directory
I searched for libncurses.so.4 lib in /usr/lib, it doesnot exist but libncurses.so.5 lib do exist. So how to resolved this problem, Do I need to specifically give so.5 path to cscope?