Link to home
Start Free TrialLog in
Avatar of jl66
jl66Flag for United States of America

asked on

Need a right version of ncurses libraries and ncurses-devel

1) Currently I have:
[root@localhost linux-2.6.29]# uname -r
2.6.27.21-170.2.56.fc10.i686
2) I want to install
linux-2.6.29.tar.bz2
3) when I tried
make menuconfig
I got the errors:
 *** 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
4) I checked
[root@localhost linux-2.6.29]# rpm -qa | grep ncurses
ncurses-base-5.6-20.20080927.fc10.i386
ncurses-libs-5.6-20.20080927.fc10.i386
ncurses-5.6-20.20080927.fc10.i386

5) My questions are
* which version of ncurses-devel do I need?
* how/where to get it?
Avatar of ewest02
ewest02
Flag of United States of America image

Based on the error mesg, you need to install ncurses-devel

  --Eric
ASKER CERTIFIED SOLUTION
Avatar of ewest02
ewest02
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jl66

ASKER

Where (a link) to get the dev pack for ncurses 5.6-20?
Avatar of jl66

ASKER

Does linux community have a repository for devel package? Sorry I am a newbie.
You did not mention if you were using redhat, fedora, suse, opensuse, debian, etc...

Each distro has a repository for packages. Check your distribution's web site. (eg for OpenSuse, http://en.opensuse.org/Package_Repositories)  rpmfind is another place to look for packages, http://rpmfind.net/ ..and of course just doing google searches can turn up the appropriate repository.

--Eric
Avatar of Duncan Roe
Do you have X installed? You may find "make xconfig" works.
Avatar of jl66

ASKER

1) fedora 10.
2) got the rpm as ncurses-devel-5.6-20.20080927.fc10.i386.rpm.
3) not install X
How should I do?
I tried
rpm -U ncurses-devel-5.6-20.20080927.fc10.i386.rpm
rpm -U --update ncurses-devel-5.6-20.20080927.fc10.i386.rpm
rpm --update ncurses-devel-5.6-20.20080927.fc10.i386.rpm
rpm -update ncurses-devel-5.6-20.20080927.fc10.i386.rpm
None of them worked.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Explain " None of them worked" ... Are you installing the rpm as root? Are you missing dependencies?