Re: Make Menuconfig + curses.h

2000-10-25 Thread Peter Good
The particular package is libncurses4-dev


Peter.

Erik Steffl wrote:
> 
>   you need to install ncurses package (or similar name)
> 
>   if you are missing file but don't know the package, go to
> www.debian.org, Packages, the last search form let's you search for
> file...
> 
>   apt-cache might help as well...
> 
> erik
> 
> Hanno Böttcher wrote:
> >
> > Hi all!
> >
> > I have a problem simply starting the Menuconfig before compiling the
> > Kernel. I downloaded 2.2.17 from ftp.kernel.org and unziped it to
> > /usr/src/linux. Then I tried to run "make menuconfig" but I got an error
> > similar to "dialog.h:29: curses.h: no such file or directory". I tried
> > to find out, where to get this file, but I didn't find anything, no
> > matter if online or at the Debian CD. Anyone got a similar prob?
> >
> > Thanx for help
> > Hanno
> >
> > --
> > Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null



Re: Make Menuconfig + curses.h

2000-10-25 Thread Erik Steffl
  you need to install ncurses package (or similar name)

  if you are missing file but don't know the package, go to
www.debian.org, Packages, the last search form let's you search for
file...

  apt-cache might help as well...

erik

Hanno Böttcher wrote:
> 
> Hi all!
> 
> I have a problem simply starting the Menuconfig before compiling the
> Kernel. I downloaded 2.2.17 from ftp.kernel.org and unziped it to
> /usr/src/linux. Then I tried to run "make menuconfig" but I got an error
> similar to "dialog.h:29: curses.h: no such file or directory". I tried
> to find out, where to get this file, but I didn't find anything, no
> matter if online or at the Debian CD. Anyone got a similar prob?
> 
> Thanx for help
> Hanno
> 
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null



Re: Make Menuconfig + curses.h

2000-10-25 Thread Leen Besselink
On Wed, 25 Oct 2000, Hanno [iso-8859-1] B?ttcher wrote:

> /usr/src/linux. Then I tried to run "make menuconfig" but I got an error
> similar to "dialog.h:29: curses.h: no such file or directory". I tried

I think this is solved by installing the ncurses header files:
apt-get install libncurses5-dev

sit back have fun ! :)

-
New things are always on the horizon.



Make Menuconfig + curses.h

2000-10-25 Thread Hanno Böttcher
Hi all!

I have a problem simply starting the Menuconfig before compiling the
Kernel. I downloaded 2.2.17 from ftp.kernel.org and unziped it to
/usr/src/linux. Then I tried to run "make menuconfig" but I got an error
similar to "dialog.h:29: curses.h: no such file or directory". I tried
to find out, where to get this file, but I didn't find anything, no
matter if online or at the Debian CD. Anyone got a similar prob?

Thanx for help
Hanno