Re: ncurses / libncurses

2001-01-10 Thread John Galt
libncurses5-dev On Wed, 10 Jan 2001, Benjamin Pharr wrote: >I can't use 'make menuconfig' when trying to use the kernel because ncurses >is not installed. I have tried: > >apt-get install ncurses >apt-get install libncurses >apt-get install libncurses-dev > >all with no luck. I'm not very fam

Re: ncurses / libncurses

2001-01-10 Thread ktb
On Wed, Jan 10, 2001 at 12:29:25PM -0600, Benjamin Pharr wrote: > I can't use 'make menuconfig' when trying to use the kernel because ncurses > is not installed. I have tried: > > apt-get install ncurses > apt-get install libncurses > apt-get install libncurses-dev > > all with no luck. I'm no

Re: ncurses / libncurses

2001-01-10 Thread Sean 'Shaleh' Perry
>> all with no luck. I'm not very familiar with the Debian packaging system, >> so could someone help me out? Thanks! > > apt-get install libncurses5-dev > teach a man to fish. As I did in my mail, whenever answering a question here on debian-user, provide a way to find the answer, not just

Re: ncurses / libncurses

2001-01-10 Thread James Dietrich
On Wed, Jan 10, 2001 at 12:29:25PM -0600, Benjamin Pharr wrote: > I can't use 'make menuconfig' when trying to use the kernel because ncurses > is not installed. I have tried: > > apt-get install ncurses > apt-get install libncurses > apt-get install libncurses-dev > > all with no luck. I'm no

RE: ncurses / libncurses

2001-01-10 Thread Sean 'Shaleh' Perry
On 10-Jan-2001 Benjamin Pharr wrote: > I can't use 'make menuconfig' when trying to use the kernel because ncurses > is not installed. I have tried: > > apt-get install ncurses > apt-get install libncurses > apt-get install libncurses-dev you need libncurses5-dev apt-cache search ncurses also

ncurses / libncurses

2001-01-10 Thread Benjamin Pharr
I can't use 'make menuconfig' when trying to use the kernel because ncurses is not installed. I have tried: apt-get install ncurses apt-get install libncurses apt-get install libncurses-dev all with no luck. I'm not very familiar with the Debian packaging system, so could someone help me out