LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Help with unmet dependencies (https://www.linuxquestions.org/questions/linux-newbie-8/help-with-unmet-dependencies-675670/)

landysaccount 10-11-2008 08:59 AM

Help with unmet dependencies
 
Hello.

I am running Lenny and I would like to compile a kernel. I tried:

apt-get install libncurses5-dev

but I get this messages:

The following packages have unmet dependencies:
libncurses5-dev: Depends: libncurses5 (= 5.5-5) but 5.6+20080308-1 is to be installed

How can I resolve that problem?

j.todd 10-11-2008 09:10 AM

Code:

# aptitude -f install
That should fix unmet dependencies.

landysaccount 10-11-2008 10:44 AM

Quote:

Originally Posted by j.todd (Post 3306906)
Code:

# aptitude -f install
That should fix unmet dependencies.

I did just that but, still can't get my problem resolved. I'm trying to run make menuconfig and I get this:

*** Unable to find the ncurses libraries or the
*** required header files.
*** 'make menuconfig' requires the ncurses libraries.
***
*** Install ncurses (ncurses-devel) and try again.
***
make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1
make: *** [menuconfig] Error 2

Now what can I do?


All times are GMT -5. The time now is 01:55 AM.