Cannot find Ncurses when I run make menuconfig

2002-09-25 Thread J.S.Sahambi
I tried make menuconfig with 2.4.29 and it says: *** jsahambi@ws97:~/kernel$ make menuconfig rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts/lxdialog all make[1]: Entering directory `/home/jsahambi/kernel/scripts/lxdialog' /usr/bin

Re: Cannot find Ncurses when I run make menuconfig

2002-09-25 Thread Alwyn Schoeman
Hi, You have to have the libncurses dev package as it actually need the header files of libncurses. -- Alwyn Schoeman SMART Money Inc. The clock on the wall keeps moving, time stands still... No matter how the dice may fall, someone else always gets to call the number...

Re: Cannot find Ncurses when I run make menuconfig

2002-09-25 Thread Justin Ryan
It might be a good idea to install 'build-essential' You have to have the libncurses dev package as it actually need the header files of libncurses. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Cannot find Ncurses when I run make menuconfig

2002-09-25 Thread Steve Waterman
apt-get install libncurses5-dev On Wednesday 25 September 2002 06:02, J.S.Sahambi wrote: I tried make menuconfig with 2.4.29 and it says: *** jsahambi@ws97:~/kernel$ make menuconfig rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C

awk segfault on make menuconfig to build kernel

2002-09-23 Thread David De Graff
the kernel source as a non-root user. The owner of /usr/src is set to user, as is the file kernel-source-2.4.19.tar.bz2. That file is unpacked by the same non root user, and the config file is copied by that user. I run make menuconfig by the same user, and get the same error as I got when the entire

Re: awk segfault on make menuconfig to build kernel

2002-09-23 Thread David De Graff
, Dave De Graff - Original Message - From: David De Graff [EMAIL PROTECTED] To: Debian User List [EMAIL PROTECTED] Sent: Monday, September 23, 2002 12:48 AM Subject: awk segfault on make menuconfig to build kernel The first time that I tried the kernel build from source, I unpacked

Re: awk segfault on make menuconfig to build kernel

2002-09-23 Thread David De Graff
returns when I do make menuconfig. Will dig through and see what I can come up with. Wiping the drive and starting over is beginning to look attractive... Best, Dave - Original Message - From: Elizabeth Barham [EMAIL PROTECTED] To: Debian User List [EMAIL PROTECTED] Sent: Monday

Re: awk segfault on make menuconfig to build kernel

2002-09-23 Thread Herbert Xu
David De Graff [EMAIL PROTECTED] wrote: On each attempt to execute make menuconfig, I get the error: gcc -o lxdialog checklist.o menubox.o textbox.o yesno.o inputbox.o util.o lxdialog.o msgbox.o -lncurses make[1]: Leaving directory `/usr/src/kernel-source-2.4.19/scripts/lxdialog' /bin/sh

Re: awk segfault on make menuconfig to build kernel

2002-09-23 Thread David De Graff
PROTECTED]; [EMAIL PROTECTED] Sent: Monday, September 23, 2002 4:08 AM Subject: Re: awk segfault on make menuconfig to build kernel David De Graff [EMAIL PROTECTED] wrote: On each attempt to execute make menuconfig, I get the error: gcc -o lxdialog checklist.o menubox.o textbox.o yesno.o

awk segfault when try make menuconfig to build kernel

2002-09-22 Thread David De Graff
I'm trying to build a kernel from source using the kernel-source-2.4.19 and the instructions for the Debian standard method at: http://www.debian.org/doc/manuals/reference/ch-kernel.en.html When I execute make menuconfig, I get the error at the bottom of the session text below. It looks like

Re: awk segfault when try make menuconfig to build kernel

2002-09-22 Thread Russell
David De Graff wrote: I'm trying to build a kernel from source using the kernel-source-2.4.19 and the instructions for the Debian standard method at: http://www.debian.org/doc/manuals/reference/ch-kernel.en.html When I execute make menuconfig, I get the error at the bottom

Re: awk segfault when try make menuconfig to build kernel

2002-09-22 Thread Osamu Aoki
list archives, so am asking for any tips here. BTW, the error below happened with the .config file from my current kernel as well as below using the default config after I did a 'make distclean'. ... Thx, Dave De Graff root@coral:/usr/src/kernel-source-2.4.19# make menuconfig Why you

Re: awk segfault on make menuconfig to build kernel

2002-09-22 Thread David De Graff
- Original Message - From: Osamu Aoki [EMAIL PROTECTED] To: David De Graff [EMAIL PROTECTED] Cc: Debian User List [EMAIL PROTECTED] Sent: Sunday, September 22, 2002 3:03 AM Subject: Re: awk segfault when try make menuconfig to build kernel On Sun, Sep 22, 2002 at 12:20:45AM -0700

make menuconfig

2002-09-02 Thread Russell
Russell wrote: Hi, When i do: debpc:/usr/src/kernel-source-2.4.18# make menuconfig then i get a screen without any submenus. I just get: --- Load an alternate configuration file Save configuration to an alternate file No amount of key-pressing brings any more options. Does it work on any

Re: make menuconfig

2002-09-02 Thread Q. Gong
On Mon, 2 Sep 2002, Russell wrote: Russell wrote: Hi, When i do: debpc:/usr/src/kernel-source-2.4.18# make menuconfig then i get a screen without any submenus. I just get: --- Load an alternate configuration file Save configuration to an alternate file No amount of key-pressing

Re: make menuconfig

2002-09-02 Thread Russell
Elimar Riesebieter wrote: On Mon, 02 Sep 2002 the mental interface of Russell told: Q. Gong wrote: On Mon, 2 Sep 2002, Russell wrote: Russell wrote: Hi, When i do: debpc:/usr/src/kernel-source-2.4.18# make menuconfig

Re: make menuconfig

2002-09-02 Thread Elimar Riesebieter
On Mon, 02 Sep 2002 the mental interface of Russell told: [...] Try ln -s /usr/src/kernel-source-2.4.18 /usr/src/linux. chdir /usr/src/linux make menuconfig Hi, that looked promising, but it still does the same thing. Is there a .config in /usr/src/linux? If not just copy one out

Re: make menuconfig

2002-09-02 Thread Russell
Elimar Riesebieter wrote: On Mon, 02 Sep 2002 the mental interface of Russell told: [...] Try ln -s /usr/src/kernel-source-2.4.18 /usr/src/linux. chdir /usr/src/linux make menuconfig Hi, that looked promising, but it still does the same thing. Is there a .config in /usr/src

Re: make menuconfig

2002-09-02 Thread Russell
Chris B. wrote: The following message is a courtesy copy of an article that has been posted to aus.computers.linux as well. Russell [EMAIL PROTECTED] moved upon the face of the 'Net and spake thusly: Hi all, I'm using debian 3. When i do: ... Well, ncurses 5.2 is installed. How

make menuconfig

2002-09-01 Thread Russell
Hi, When i do: debpc:/usr/src/kernel-source-2.4.18# make menuconfig then i get a screen without any submenus. I just get: --- Load an alternate configuration file Save configuration to an alternate file No amount of key-pressing brings any more options. -- To UNSUBSCRIBE, email to [EMAIL

make menuconfig (Re: Unidentified subject!)

2002-08-14 Thread Ludovic Rousseau
Le mercredi 14 août 2002 à 11:48:15, Patrick a écrit: Bonjour, Bonsoir, Impossible lancer une compile du 2.4 AVEC make menuconfig. [...] Je ne sais si c'est un bug, ou si c'est moi : mais out of the box, ben... make menuconfig ca marche pas ...:/ $ apt-cache show kernel-package

MacSSH et make menuconfig

2002-06-19 Thread Stephane Leclerc
Bonjour, C'est pour ceux qui sont sur Mac... J'ai switché de Better Telnet à MacSSH en raison de SSHv2. Tout va bien sauf dans le menu de configuration de menuconfig du kernel. Le cadre de la fenêtre s'affiche avec des ÚÄÄÄ au lieu des _ et autre |. Quelqu'un a-t-il trouvé la solution ?

Re: MacSSH et make menuconfig

2002-06-19 Thread Patrice Karatchentzeff
Le Wed, 19 Jun 2002 15:32:01 +0200 [EMAIL PROTECTED] écrivait : Bonjour, C'est pour ceux qui sont sur Mac... J'ai switché de Better Telnet à MacSSH en raison de SSHv2. Tout va bien sauf dans le menu de configuration de menuconfig du kernel. Le cadre de la fenêtre s'affiche avec des

Re: MacSSH et make menuconfig

2002-06-19 Thread Gaetan Ryckeboer
Le Wed, Jun 19, 2002 at 03:32:01PM +0200, Stephane Leclerc a écrit : J'ai switché de Better Telnet à MacSSH en raison de SSHv2. Tout va bien sauf Ca m'apas l'air très debian ton truc... dans le menu de configuration de menuconfig du kernel. Le cadre de la fenêtre s'affiche avec des

Re: MacSSH et make menuconfig

2002-06-19 Thread Erwan David
Le Wed 19/06/2002, Gaetan Ryckeboer disait Le Wed, Jun 19, 2002 at 03:32:01PM +0200, Stephane Leclerc a écrit : J'ai switché de Better Telnet à MacSSH en raison de SSHv2. Tout va bien sauf Ca m'apas l'air très debian ton truc... dans le menu de configuration de menuconfig du kernel. Le

Re: MacSSH et make menuconfig

2002-06-19 Thread Stephane Leclerc
A vue de nez, c'est quand même plutot au niveau des polices de caractères qu'il faut chercher. Bah tous les caractères de cadre ne sont pas dans iso-latin... Je crois que c'est cela. Que je prenne iso, vt100, et d'autres polices sur mesure pour le Mac, les caractères normaux passe très

Re: Kernel: make menuconfig spinnt

2002-03-25 Thread Marc-Christian Petersen
Hi Christian, server:/usr/src/linux# make menuconfig rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts/lxdialog all make[1]: Entering directory `/usr/src/kernel-source-2.2.20/scripts/lxdialog' gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE -DCURSES_LOC

Re: Kernel: make menuconfig spinnt

2002-03-25 Thread Matthias Fechner
Hallo Marc-Christian, * Marc-Christian Petersen [EMAIL PROTECTED] [25-03-02 15:20]: root@codeman:/# zcat /usr/src/Contents-i386.gz |grep usr/include/curses.h usr/include/curses.h devel/libncurses5-dev Wo bekomme ich denn diese COntents-i386.gz, auf debian.org oder..?

Re: Kernel: make menuconfig spinnt

2002-03-25 Thread Sebastian Inacker
Hallo Matthias. On Mon, 25 Mar 2002, Matthias Fechner wrote: * Marc-Christian Petersen [EMAIL PROTECTED] [25-03-02 15:20]: root@codeman:/# zcat /usr/src/Contents-i386.gz |grep usr/include/curses.h usr/include/curses.h devel/libncurses5-dev Wo bekomme ich denn diese

Re: Kernel: make menuconfig spinnt

2002-03-25 Thread Frank Frst
Marc-Christian Petersen [EMAIL PROTECTED] schrieb: - apt-get install libncurses5-dev Wenn man keinen Contents-File hat, kann man auch bei www.debian.org suchen gehen. apt-cache search bringt das File nicht hervor. Was hab ich denn hier falsch gemacht? Du denkst nicht nach ;-) Also, make

Re: Kernel: make menuconfig spinnt

2002-03-25 Thread Matthias Fechner
Hallo Sebastian, * Sebastian Inacker [EMAIL PROTECTED] [25-03-02 16:06]: Mindestens auf den CDs und dort, wo man sich die Dateien von den CDs einzeln downloaden kann. Zum Beispiel unter Danke für die Info, jetzt bin ich auch stolzer Besitzer dieses Files. :-) -- Gruss Matthias -- Zum

Re: Kernel: make menuconfig spinnt

2002-03-25 Thread Torsten Hilbrich
Christian H. Kuhn [EMAIL PROTECTED] writes: [...] In file included from lxdialog.c:22: dialog.h:29: curses.h: Datei oder Verzeichnis nicht gefunden make[1]: *** [lxdialog.o] Fehler 1 make[1]: Leaving directory `/usr/src/kernel-source-2.2.20/scripts/lxdialog' make: *** [menuconfig] Fehler 2

Re: Kernel: make menuconfig spinnt

2002-03-25 Thread Andreas Metzler
Frank Fürst [EMAIL PROTECTED] wrote: [...] Oder erzähle ich hier Müll, und aptitude/dselect schlagen nur Recommends zur Installation vor? Nein, du liegst richtig, zumindest in Punkto dselect, es behandelt wie Depends (d.h. man wird sie nur mit Gewalt los), Suggests schlaegt es vor, man kann

erro no make menuconfig

2002-01-22 Thread Rodrigo
Ola a todos eu estou tentado compilar o kernel no notebook (compaq contura 410c,486dx2,50 - 12MB RAM, 350MB HD), eu instalei os pacotes kernel-package, kernel- image-2.2.19, kernel-source-2.2.19 e pcmcia-modules-2.2.19 (placa de rede D-link DFE-650) e quando eu dou um make menuconfig e /usr/src

Re: erro no make menuconfig

2002-01-22 Thread Gustavo Noronha Silva
On Tue, 22 Jan 2002 13:11:47 -0200 Rodrigo [EMAIL PROTECTED] wrote: In file included from lxdialog.c:22: dialog.h:22: sys/types.h: Arquivo ou diretório não encontrado dialog.h:23: fcntl.h: Arquivo ou diretório não encontrado dialog.h:24: unistd.h: Arquivo ou diretório não encontrado

Re: erro no make menuconfig

2002-01-22 Thread Marcio Roberto Teixeira
pcmcia-modules-2.2.19 (placa de rede D-link DFE-650) e quando eu dou um make menuconfig e /usr/src/linux, retorna este erro: In file included from lxdialog.c:22: dialog.h:22: sys/types.h: Arquivo ou diretório não encontrado dialog.h:23: fcntl.h: Arquivo ou diretório não encontrado dialog.h:24

need help compiling kernel: problems with make menuconfig

2002-01-18 Thread seg
Just reinstalled a Debian/GNU system. I didn't install X, has it wouldn't load up correctly and didn't it. Without X, to compile a new kernel I am forced to use make menuconfig. Which supposedly requires the package ncurses-dev. Using Debian's apt-get utility I tried to install ncurses-dev

Re: need help compiling kernel: problems with make menuconfig

2002-01-18 Thread ben
On Friday 18 January 2002 04:32 pm, seg wrote: Just reinstalled a Debian/GNU system. I didn't install X, has it wouldn't load up correctly and didn't it. Without X, to compile a new kernel I am forced to use make menuconfig. Which supposedly requires the package ncurses-dev. Using Debian's apt

Re: need help compiling kernel: problems with make menuconfig

2002-01-18 Thread martin f krafft
also sprach ben [EMAIL PROTECTED] [2002.01.19.0149 +0100]: On Friday 18 January 2002 04:32 pm, seg wrote: Just reinstalled a Debian/GNU system. I didn't install X, has it wouldn't load up correctly and didn't it. Without X, to compile a new kernel I am forced to use make menuconfig. Which

Re: need help compiling kernel: problems with make menuconfig

2002-01-18 Thread ben
On Friday 18 January 2002 05:22 pm, martin f krafft wrote: also sprach ben [EMAIL PROTECTED] [2002.01.19.0149 +0100]: [snip] you can also use make config for the kernel compilation. do you do so regularly? it's a bitch i find. nope, but i would if i had no other choice.

Re: need help compiling kernel: problems with make menuconfig

2002-01-18 Thread Simon Law
On Fri, 18 Jan 2002, seg wrote: Just reinstalled a Debian/GNU system. I didn't install X, has it wouldn't load up correctly and didn't it. Without X, to compile a new kernel I am forced to use make menuconfig. Which supposedly requires the package ncurses-dev. Using Debian's apt-get utility I

Kernel config: make menuconfig: cannot find ncurses

2001-12-14 Thread Daniel Toffetti
Hi all ! I'm trying to compile a new (2.4.13) kernel on an old 486 box. When I try to configure it with make menuconfig I get the following error: = Start of the error message = rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts/lxdialog all make[1]: Entering

Re: Kernel config: make menuconfig: cannot find ncurses

2001-12-14 Thread Greg Norris
You'll need to install the -dev package as well, in order to use menuconfig. On Fri, Dec 14, 2001 at 11:26:43PM -0300, Daniel Toffetti wrote: Hi all ! I'm trying to compile a new (2.4.13) kernel on an old 486 box. When I try to configure it with make menuconfig I get the following error

Re: Kernel config: make menuconfig: cannot find ncurses

2001-12-14 Thread Steve Kieu
Unable to find the Ncurses libraries. You must have Ncurses installed in order to use 'make menuconfig' make[1]: *** [ncurses] Error 1 make[1]: Leaving directory `/usr/src/linux/scripts/lxdialog' make: *** [menuconfig] Error 2 = End of the error message = So, 'make

I Think I Have What I Need! Going For It! STOP Make Menuconfig ERROR

2001-10-24 Thread eDoc
Oh! (I think you meant cd pcmcia because I can see something called linux in /usr/src/ trying to cd there gets only an error.) I did execute cd pcmcia and then proceeded ... # rm -rf pcmcia (OK) # make menuconfig YUCK! An old 'enemy' returns! ***No rule to make target 'menuconfig'. Stop

Re: I Think I Have What I Need! Going For It! STOP Make Menuconfig ERROR

2001-10-24 Thread Stephen E. Hargrove
a clean kernel compile. I did execute cd pcmcia and then proceeded ... # rm -rf pcmcia this wouldn't do anything, at least as of version 3.1.25. # make menuconfig ***No rule to make target 'menuconfig'. Stop make sure you're in your linux source directory (/usr/src/linux) when you do

Problem with ncurses when making make menuconfig

2001-09-24 Thread Ricardo Diz
Hi! I tried to config my kernel using "make menuconfig" in a console and it exited with /usr/bin/ld : cannot find -lncurses collect2: ld returned 1 exit status Unable to find the Ncurses libraries although I have ncurses installed. I can use "make xconfig" in a

Re: Problem with ncurses when making make menuconfig

2001-09-24 Thread Pietro Cagnoni
Ricardo Diz wrote: Hi! I tried to config my kernel using make menuconfig in a console and it exited with /usr/bin/ld : cannot find -lncurses collect2: ld returned 1 exit status Unable to find the Ncurses libraries although I have ncurses installed. I can use make

Re: Problem with ncurses when making make menuconfig

2001-09-24 Thread Calvin Chong
PM Subject: Problem with ncurses when making make menuconfig Hi! I tried to config my kernel using make menuconfig in a console and it exited with /usr/bin/ld : cannot find -lncurses collect2: ld returned 1 exit status Unable to find the Ncurses libraries although I have ncurses

Re: Unresolved Symbol: usb... but i deactivated it when making 'make menuconfig'

2001-08-15 Thread Michael Heldebrant
kernel 2.2.19pre17. after make menuconfig i do make deb, make clean, make bzImage, make modules, make modules_install. no errors till now... after copying the kernel to /boot/placemykernelnamehere and installing it with 'lilo' and 'lilo -q' i reboot: the kernel boots fine till i get lots

Unresolved Symbol: usb... but i deactivated it when making 'make menuconfig'

2001-08-14 Thread Jörn Dreyer
by using a nullmodem modem driver for windows (the direct cable connection somehow didnt work :-(), logged in with leechFTP and saved some other packages on the linux machine (kernel and everything needed to recompile it). i am running kernel 2.2.19pre17. after make menuconfig i do make deb, make

Unresolved Symbol: usb... but i deactivated it when making 'make menuconfig'

2001-08-14 Thread Jörn Dreyer
by using a nullmodem modem driver for windows (the direct cable connection somehow didnt work :-(), logged in with leechFTP and saved some other packages on the linux machine (kernel and everything needed to recompile it). i am running kernel 2.2.19pre17. after make menuconfig i do make deb, make

Make Menuconfig Problem

2001-05-18 Thread Thomas H. George
in the installation. My plan to correct this was to download linux-2.2.19.tar.bz2 and build a new kernel. All went well until make menuconfig. This aborted with the message: In file included from lxdialog.c:22: dialog.h:29 curses.h No such file or directory I have run apt-get update

Re: Make Menuconfig Problem

2001-05-18 Thread Noah L. Meyerhans
On Fri, May 18, 2001 at 04:46:49PM -0500, Thomas H. George wrote: In file included from lxdialog.c:22: dialog.h:29 curses.h No such file or directory apt-get install libncurses5-dev. This is not an essential package, which is why your fix-broken-upgrade and friends had

Make Menuconfig Problem

2001-05-15 Thread Tom George
it and tried to run make menuconfig. The program aborted with the message: In file included from lxdialog.c:22: dialog.h:29 curses.h No such file or directory apt-get --fix-broken dist-upgrade reports all my files uptodate for the stable

Re: Make Menuconfig Problem

2001-05-15 Thread Noah L. Meyerhans
to build a new kernel. I downloaded linux2.2.19.tar.bz2 from the linux web site, unpacked it and tried to run make menuconfig. The program aborted with the message: In file included from lxdialog.c:22: dialog.h:29 curses.h No such file

RES: make menuconfig (onde tenho q digita isso ???)

2001-04-20 Thread andremac
compilar ou rodar o make menuconfig por exemplo. Dê uma olhada em http://packages.debian.org/ Procure kernel-source e kernel-package tenho q entra pra digita o make menuconfig ??? Depois que você criar o link, digite o make dentro de /usr/src/linux Tbm kero sabe c eu digita apt

make menuconfig (onde tenho q digita isso ???)

2001-04-19 Thread [ P ]®ØÐ1g[ ¥ ]
diretorio eu tenho q entra pra digita o make menuconfig ??? Tbm kero sabe c eu digita apt-get dist upgrade , qual eh o tamanho da atualizacao atual q ele baixara ??? (tipow, qtos megas, pra eu pode calcula o tempo pra faze o upgrade pra 2.2r3) Obrigado... aguardo respostas # ../Linux/Reg/User

Re: how to edit the kernel....make menuconfig???

2001-03-24 Thread Shawn Yarbrough
or kernel.org (avoid minor versions which are not divisible by 2, like 2.1.* or 2.3.*) read the README in /usr/src/linux, and you're go. Basically make menuconfig make dep make clean make bzImage make modules make modules_install # run lilo # reboot -chris Mike Egglestone [EMAIL PROTECTED

Re: how to edit the kernel....make menuconfig???

2001-03-24 Thread Krzys Majewski
On Sat, 24 Mar 2001, Shawn Yarbrough wrote: Use the 'kernel-source' packages and you will get extra features and bugfixes patched in by Debian which are not in stock Linux. For example 'kernel-source-2.2.18pre21'. When installed the archive gets put into Is this anything like RedHat's

Re: how to edit the kernel....make menuconfig???

2001-03-24 Thread ktb
On Sat, Mar 24, 2001 at 08:53:46AM -0800, Krzys Majewski wrote: On Sat, 24 Mar 2001, Shawn Yarbrough wrote: Use the 'kernel-source' packages and you will get extra features and bugfixes patched in by Debian which are not in stock Linux. For example 'kernel-source-2.2.18pre21'. When

Re: how to edit the kernel....make menuconfig???

2001-03-24 Thread Krzys Majewski
ktb [EMAIL PROTECTED] writes: If these Debian patches are so great, why aren't they in the official kernel source? Because the patches didn't exist when 2.2 was released. That is the nature of a patch. For the most part patches are created to fix bugs that were unknown when the

Re: how to edit the kernel....make menuconfig???

2001-03-24 Thread Shawn Yarbrough
Krzys Majewski wrote: OK, so these are official kernel.org patches then? Or something else? Here is the README.Debian file from kernel-source-2.2.18pre21: (yes it looks like somebody forgot to update the title) kernel-source-2.2.17 for DEBIAN --- These patches

Re: how to edit the kernel....make menuconfig???

2001-03-24 Thread Krzys Majewski
Well, OK.. I guess *somebody* has to patch the kernels, so it may as well be the people who sell them, i.e. distribution vendors like Debian and RedHat.. as long as the patches aren't forking the kernel source tree, official or effective, I'm happy - chris On Sat, 24 Mar 2001, Shawn

Re: how to edit the kernel....make menuconfig???

2001-03-24 Thread ktb
On Sat, Mar 24, 2001 at 12:52:17PM -0800, Krzys Majewski wrote: ktb [EMAIL PROTECTED] writes: If these Debian patches are so great, why aren't they in the official kernel source? Because the patches didn't exist when 2.2 was released. That is the nature of a patch. For the

how to edit the kernel....make menuconfig???

2001-03-23 Thread Mike Egglestone
Hi all... I'm having a tough time finding info on how to edit the kernel so I can add transparent_proxy support. Isn't there some utility to do this? I'm running potato If someone could help me out.. that would be great!! Thanks Mike

Re: how to edit the kernel....make menuconfig???

2001-03-23 Thread Chris Howells
From: Mike Egglestone [EMAIL PROTECTED] I'm having a tough time finding info on how to edit the kernel so I can add transparent_proxy support. Isn't there some utility to do this? You want to recompile the kernel with transparent_proxy? If so, see

Re: how to edit the kernel....make menuconfig???

2001-03-23 Thread Krzys Majewski
There is an official debian way to recompile kernels, but I don't bother.. download the kernel source from debian.org or kernel.org (avoid minor versions which are not divisible by 2, like 2.1.* or 2.3.*) read the README in /usr/src/linux, and you're go. Basically make menuconfig

can't make menuconfig

2001-01-06 Thread cls/cs
started on Sat Jan 6 01:16:57 2001 cls210:/tmp/linux# make menuconfig rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts/lxdialog all make[1]: Entering directory `/tmp/linux/scripts/lxdialog' /usr/bin/ld: cannot find -lncurses collect2: ld returned 1 exit status  Unable to find

Re: can't make menuconfig

2001-01-06 Thread Sebastiaan
Hi, on a clean system, I install the following packages before compiling the kernel (Debian way): kernel-source-2.2.18 kernel-package libc6-dev bin86 libncurses5-dev gcc fakeroot dpkg-dev Perhaps you missed something? Greetz, Sebastiaan On Sat, 6 Jan 2001, cls/cs wrote: debs, i'm looking

Re: can't make menuconfig

2001-01-06 Thread cls/cs
On Sat, Jan 06, 2001 at 09:42:03AM +0100, Sebastiaan wrote: Hi, on a clean system, I install the following packages before compiling the kernel (Debian way): kernel-source-2.2.18 kernel-package libc6-dev bin86 libncurses5-dev gcc fakeroot dpkg-dev Perhaps you missed something? Greetz,

Re: Make menuconfig, 2.2.18 and Debian woody - SOLVED

2000-12-15 Thread David Fisher
Just a short note of thanks to all those who pointed out that the missing package was libncurses5-dev. My shiny new 2.2.18 kernel is now compiled and installed. Thanks again. -- David

Make menuconfig, 2.2.18 and Debian woody.

2000-12-13 Thread David Fisher
I downloaded the new 2.2.18 kernel, the first to be released since my conversion to Debian and proceeded to attempt my first kernel compile on my woody box. After untarring i get colossus:/usr/src/linux# make menuconfig rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts

Re: Make menuconfig, 2.2.18 and Debian woody.

2000-12-13 Thread Michael Sauer
colossus:/usr/src/linux# make menuconfig rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts/lxdialog all make[1]: Entering directory `/usr/src/linux-2.2.18/scripts/lxdialog' gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE -DCURSES_LOC=curses.h -c -o

Re: Make menuconfig, 2.2.18 and Debian woody.

2000-12-13 Thread Moritz Schulte
David Fisher [EMAIL PROTECTED] writes: dialog.h:29: curses.h: No such file or directory What package have I left out? Install 'libncurses5-dev'. In Debian, the files needed for building with a library, are in the lib...-dev package. If you're searching for a package, containing a file, just

Re: Make menuconfig, 2.2.18 and Debian woody.

2000-12-13 Thread sena
On 13/12/2000 at 19:11 +1100, David Fisher wrote: snip... In file included from lxdialog.c:22: dialog.h:29: curses.h: No such file or directory make[1]: *** [lxdialog.o] Error 1 snip... What package have I left out? You have left out package libncurses5-dev. Regards, sena... -- [EMAIL

make menuconfig fails - what's missing?

2000-12-01 Thread Anthony Campbell
In my Potato setup I can't do make menuconfig for the kernel because it complains about not finding curses.h. make xconfig does work however. Compiling vim also fails, possibly for the same reason. As far as I know I've installed all the ncurses libraries etc. Can anyone say what's missing

Re: make menuconfig fails - what's missing?

2000-12-01 Thread sena
On 01/12/2000 at 10:42 +, Anthony Campbell wrote: In my Potato setup I can't do make menuconfig for the kernel because it complains about not finding curses.h. make xconfig does work however. Compiling vim also fails, possibly for the same reason. As far as I know I've installed all

Re: make menuconfig fails - what's missing?

2000-12-01 Thread Anthony Campbell
On 01 Dec 2000, sena wrote: On 01/12/2000 at 10:42 +, Anthony Campbell wrote: In my Potato setup I can't do make menuconfig for the kernel because it complains about not finding curses.h. make xconfig does work however. Compiling vim also fails, possibly for the same reason

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

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

Re: Make Menuconfig + curses.h

2000-10-25 Thread Erik Steffl
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

Re: Make Menuconfig + curses.h

2000-10-25 Thread Peter Good
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

make menuconfig

2000-08-07 Thread Dale Morris
what's the library name to compile make menuconfig? I thought it was apt-get install libncurses5 dev, but I can't seem to get it.

Re: make menuconfig

2000-08-07 Thread Morten Liebach
On 7, aug, 2000 at 09:36:56 -0700, Dale Morris wrote: what's the library name to compile make menuconfig? I thought it was apt-get install libncurses5 dev, but I can't seem to get it. apt-get install libncurses5-dev ^ Important

make menuconfig error

2000-08-04 Thread Dale Morris
I'm trying to compile my new 2.2.16 kernel and when I run make menuconfig, I get the following error: make[1]: Entering directory `/usr/src/linux/scripts/lxdialog' gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE -DCURSES_LOC=curses.h -c -o lxdialog.o lxdialog.c In file

Re: make menuconfig error

2000-08-04 Thread Robert Waldner
On Thu, 03 Aug 2000 22:19:33 PDT, Dale Morris writes: I'm trying to compile my new 2.2.16 kernel and when I run make menuconfig, I g et the following error: snip dialog.h:29: curses.h: No such file or directory snip I know I need a development library here. Can anyone tell me which one

Re: make menuconfig error

2000-08-04 Thread Dale Morris
Thanks, I'm reconfiguring now. It's a lot easier with menuconfig Robert Waldner ([EMAIL PROTECTED]) wrote: On Thu, 03 Aug 2000 22:19:33 PDT, Dale Morris writes: I'm trying to compile my new 2.2.16 kernel and when I run make menuconfig, I g et the following error: snip dialog.h:29

Re: make menuconfig error

2000-08-04 Thread Debian GNU
--- Dale Morris [EMAIL PROTECTED] wrote: I'm trying to compile my new 2.2.16 kernel and when I run make menuconfig, I get the following error: make[1]: Entering directory `/usr/src/linux/scripts/lxdialog' gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE -DCURSES_LOC

Re: make menuconfig error

2000-08-04 Thread Debian GNU
I think the curses.h is missing. Try installing the library ncurses. Be sure to give a make mrproper before givin make menuconfig. --- Dale Morris [EMAIL PROTECTED] wrote: I'm trying to compile my new 2.2.16 kernel and when I run make menuconfig, I get the following error: make[1]: Entering

Re: make menuconfig error

2000-08-04 Thread Bob Nielsen
On Thu, Aug 03, 2000 at 10:19:33PM -0700, Dale Morris wrote: I'm trying to compile my new 2.2.16 kernel and when I run make menuconfig, I get the following error: make[1]: Entering directory `/usr/src/linux/scripts/lxdialog' gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE

Re: make menuconfig

2000-07-31 Thread Jens Müller
- Original Message - From: Olaf Meeuwissen [EMAIL PROTECTED] To: Dale Morris [EMAIL PROTECTED] Cc: debian-user@lists.debian.org Sent: Monday, July 31, 2000 4:08 AM Subject: Re: make menuconfig Dale Morris [EMAIL PROTECTED] writes: when I try to run make menuconfig I encouter

Re: make menuconfig

2000-07-31 Thread Stan Kaufman
Jens Müller wrote: I've tried reinstalling the ncurses library, any other suggestions. I would like to use this to reconfigure my kernel Did you install libncurses5-dev or similar? You need a *-dev package for the curses.h file to be there. If you have, check where it ended up

Re: make menuconfig

2000-07-31 Thread Olaf Meeuwissen
Stan Kaufman [EMAIL PROTECTED] writes: Jens Müller wrote: I've tried reinstalling the ncurses library, any other suggestions. I would like to use this to reconfigure my kernel Did you install libncurses5-dev or similar? You need a *-dev package for the curses.h file to be

Re: make menuconfig

2000-07-31 Thread Stan Kaufman
Olaf Meeuwissen wrote: No, it shouldn't. You could equally well run `make config' or `make xconfig' to build your kernel. The first doesn't require anything Point well taken. that's not in the Depends: and Recommends: fields. The latter requires you have a running X server. Should the

make menuconfig

2000-07-30 Thread Dale Morris
when I try to run make menuconfig I encouter the following error: In file included from lxdialog.c:22: dialog.h:29: curses.h: No such file or directory make[1]: *** [lxdialog.o] Error 1 I've tried reinstalling the ncurses library, any other suggestions. I would like to use this to reconfigure my

Re: make menuconfig

2000-07-30 Thread Olaf Meeuwissen
Dale Morris [EMAIL PROTECTED] writes: when I try to run make menuconfig I encouter the following error: In file included from lxdialog.c:22: dialog.h:29: curses.h: No such file or directory make[1]: *** [lxdialog.o] Error 1 I've tried reinstalling the ncurses library, any other

Re: make menuconfig

2000-07-30 Thread Dale Morris
Olaf Meeuwissen ([EMAIL PROTECTED]) wrote: Dale Morris [EMAIL PROTECTED] writes: when I try to run make menuconfig I encouter the following error: In file included from lxdialog.c:22: dialog.h:29: curses.h: No such file or directory make[1]: *** [lxdialog.o] Error 1 I've tried

Re: make menuconfig burp

2000-06-25 Thread John Galt
you missed the package ncurses5-dev. On Fri, 23 Jun 2000, Dave Bateman wrote: I'm trying to build a kernel and make menuconfig gives the following error: debian:/usr/src/kernel-source-2.2.15# make menuconfig rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts

make menuconfig burp

2000-06-23 Thread Dave Bateman
I'm trying to build a kernel and make menuconfig gives the following error: debian:/usr/src/kernel-source-2.2.15# make menuconfig rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts/lxdialog all make[1]: Entering directory `/usr/src/kernel-source-2.2.15/scripts/lxdialog' find

<    1   2   3   4   >