Results 1 to 5 of 5
I have been running make menuconfig as root.. After the fact I found out that was not recommended. But when I tried to run make menuconfig I get an error.
...
- 04-13-2011 #1Linux Newbie
- Join Date
- Aug 2009
- Posts
- 156
[SOLVED] ncurses-devel blocking me using make menuconfig
I have been running make menuconfig as root.. After the fact I found out that was not recommended. But when I tried to run make menuconfig I get an error.
$ usr/src/linux make menu config
*** Uable to find ncurses libraries or the
*** required header files
***make menu config requires the the ncurses libraries
***
***Install ncurses (ncurses-devel) and try again.
***
make:[1]: *** [scripts/kconfig/dochecklxdidalog] Error 1
make:: *** [menuconfig' Error 2
I emerge ncurses-devel but package could not be found.
I did emerge ncurses and it installed. I googled and others had same problem but no solution.
- 04-15-2011 #2
From what I understand, Gentoo doesn't split their ncurses package into a -devel package and regular package like some distros. Everything you need should be in sys-libs/ncurses.
The error is from menuconfig, hence the erroneous package name.
Check that the file /usr/include/ncurses.h exists.
- 04-15-2011 #3Linux Newbie
- Join Date
- Aug 2009
- Posts
- 156
- 04-15-2011 #4
Yes, it should be run as root. So you're saying it works doing so?
- 04-15-2011 #5Linux Newbie
- Join Date
- Aug 2009
- Posts
- 156
Yes, I just repeated the make menuconfig both as root, with success and with normal user, with ncurses *** unable to find the ncurses libraries etc etc. I am running x86 machine with kernel 2.6.36-r8. I got side tracked by I think a 2007 FAQ kernel building guide. Which may be obsolete for todays packages. I guess its let the googler beware.




