LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Problem with Cscope install (https://www.linuxquestions.org/questions/linux-newbie-8/problem-with-cscope-install-58850/)

pvncad 05-08-2003 11:35 PM

Problem with Cscope install
 
Hello ,

when i tried to install cscope , i got a dependency problem

it is asking for ncurses 4 but i have ncurses 5

how it can be solved

- pvncad

acid_kewpie 05-09-2003 03:22 AM

find a newer version of this program? I believe I cam e across this probelm a year or so ago, and found that the version 5 library can be successfully used on an app compiled for 4, so you can *try* symlinking the new lib to the old one...

cd /usr/lib
ln -s libncurses.so.5 libncurses.so.4

assuming they are the correct filenames / directories. then the program should run. but then you appear to be installing from rpm, and what you've done will presumably not be picked up by rpm, so youmay well need to force the rpm install (rpm -Uvh --nodeps blah.rpm).

please bear in mind that this is a cheap dirty hack... but should work. sometimes it's all you can do without downgrading the rest of your system, which you'd never really want to do...

mhearn 05-09-2003 07:14 AM

Cscope is open source, you should just be able to recompile. Alternatively find an older version of ncurses and install that sideloaded.


All times are GMT -5. The time now is 08:53 AM.