ncurses

Welches Modul/Treiber für welche Hardware, Kernel compilieren...
Antworten
rol
Beiträge: 264
Registriert: 10.08.2003 14:54:08

ncurses

Beitrag von rol » 31.10.2003 16:47:12

Hi,

ich wollte eine Option in den Kernel einbinden. Leider krieg ich aber nur einige Fehler.
Beim Aufruf von make menuconfig erscheint:

make menuconfig
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts/lxdialog all
make[1]: Entering directory `/usr/src/kernel-source-2.4.18/scripts/lxdialog'
/usr/bin/ld: cannot find -lncurses
collect2: ld returned 1 exit status

>> Unable to find the Ncurses libraries.
>>
>> You must have Ncurses installed in order
>> to use 'make menuconfig'

make[1]: *** [ncurses] Error 1
make[1]: Leaving directory `/usr/src/kernel-source-2.4.18/scripts/lxdialog'
make: *** [menuconfig] Error 2

beim Aufruf apt-get install ncurses kommt dann:

apt-get install ncurses
Reading Package Lists... Done
Building Dependency Tree... Done
Package ncurses has no available version, but exists in the database.
This typically means that the package was mentioned in a dependency and
never uploaded, has been obsoleted or is not available with the contents
of sources.list
E: Package ncurses has no installation candidate

was heißt das denn nun genau ??

auf dem System ist Woody installiert, Einträge in der sources.list:

deb http://security.debian.org/ stable/updates main
deb http://download.kde.org/stable/latest/Debian stable main
deb http://ftp.de.debian.org/debian/ stable main

weiß jemand was da schief läuft ? :roll:

thnx.
cu.

Benutzeravatar
chimaera
Beiträge: 3804
Registriert: 01.08.2002 01:31:18
Lizenz eigener Beiträge: MIT Lizenz

Beitrag von chimaera » 31.10.2003 19:44:40

Code: Alles auswählen

apt-cache	search libncurses
oder einfach

Code: Alles auswählen

apt-get install libncurses5-dev
[..] Linux is not a code base. Or a distro. Or a kernel. It's an attitude. And it's not about Open Source. It's about a bunch of people who still think vi is a good config UI. - Matt's reply on ESR's cups/ui rant

wikki
Beiträge: 4
Registriert: 10.11.2004 18:54:01

Beitrag von wikki » 10.11.2004 18:56:04

Ich bekomme leider folgende Fehlermeldung

The following packages have unmet dependencies:
libncurses5-dev: Depends: libncurses5 (= 5.2.20020112a-7) but 5.4-4 is to be installed

weiss jemand, was zu tun ist?

pugnacity
Beiträge: 187
Registriert: 13.04.2004 15:02:45
Wohnort: Berlin
Kontaktdaten:

Beitrag von pugnacity » 10.11.2004 20:12:46

apt-get -f install

sollte alle konflikte auflösen

wikki
Beiträge: 4
Registriert: 10.11.2004 18:54:01

Beitrag von wikki » 11.11.2004 12:16:27

tut es leider nicht. es kommt die gleiche meldung bei apt-get -f install libncurses5-dev

The following packages have unmet dependencies:
libncurses5-dev: Depends: libncurses5 (= 5.2.20020112a-7) but 5.4-4 is to be installed

Antworten