Anyone has successfully upgrade DSL kernel ?Forum: Other Help Topics Topic: Anyone has successfully upgrade DSL kernel ? started by: woverin Posted by woverin on Jan. 25 2004,12:26
I would like to upgrade the kernel to 2.4.21 in order to install prism3 usb wlan card. I download kernel 2.4.21 full source from kernel.org.Afterwards, I did apt-get install gcc make g++ from testing source once i makemenu config . It show an error about I missing Ncurses libraries. How do i fix this ? sorry i'm a noob, plz explain in details Thanks. Posted by Del on Jan. 25 2004,19:08
apt-get install ncurses (or something like that). There will probably be a few more things the kernel is dependant on too. Handle them the same, apt-get install name-of-thing-mentioned-in-error
Posted by woverin on Feb. 01 2004,10:48
I did apt-get install ncurses package not found so I try apt-get install libncures5 successfully but I still can not compile kernel with same error msg Posted by bubba on June 03 2004,18:23
ncurses-dev, my friend.
|