Ich wollte mir aus dem kernel-source-2.4.22 einen neuen Kernel backen.
Nun bekomme ich folgende Fehlermeldung:
Code: Alles auswählen
localhost:/usr/src/kernel-source-2.4.22# 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.22/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.22/scripts/lxdialog'
make: *** [menuconfig] Error 2
Code: Alles auswählen
localhost:/usr/src/kernel-source-2.4.22# dpkg -l | grep ncurses
ii libncurses5 5.4-3 Shared libraries for terminal handling
ii libncursesw5 5.4-3 Shared libraries for terminal handling (wide
ii mtr-tiny 0.54-1 Full screen ncurses traceroute tool
ii ncurses-base 5.4-3 Descriptions of common terminal types
ii ncurses-bin 5.4-3 Terminal-related programs and man pages
ii ncurses-term 5.4-3 Additional terminal type definitions
Code: Alles auswählen
localhost:/usr/src/kernel-source-2.4.22# apt-get install ncurses
Reading Package Lists... Done
Building Dependency Tree... Done
Package ncurses is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package ncurses has no installation candidate
gruß
Sebastian