Re: RE: cannot find libncurses

2003-09-30 Thread Reaz Baksh
> > From: Andreas Janssen <[EMAIL PROTECTED]> > Date: 2003/09/30 Tue PM 03:56:49 EDT > To: [EMAIL PROTECTED] > Subject: RE: cannot find libncurses > > Hello > > Reaz Baksh (<[EMAIL PROTECTED]>) wrote: > > >>From: J.H.M. Dassen (Ray) [mailto

RE: cannot find libncurses

2003-09-30 Thread Andreas Janssen
Hello Reaz Baksh (<[EMAIL PROTECTED]>) wrote: >>From: J.H.M. Dassen (Ray) [mailto:[EMAIL PROTECTED] > >>On Tue, Sep 30, 2003 at 13:45:38 -0400, Reaz Baksh wrote: >>> When I type 'make menuconfig' I get the following: >>> >>> /usr/bin/ld: cannot find -lncurses >>>

RE: cannot find libncurses

2003-09-30 Thread Reaz Baksh
>-Original Message- >From: J.H.M. Dassen (Ray) [mailto:[EMAIL PROTECTED] >Sent: Tuesday, September 30, 2003 1:54 PM >To: [EMAIL PROTECTED] >Subject: Re: cannot find libncurses >On Tue, Sep 30, 2003 at 13:45:38 -0400, Reaz Baksh wrote: >> When I type &#x

RE: cannot find libncurses

2003-09-30 Thread Reaz Baksh
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Janssen > Sent: Tuesday, September 30, 2003 1:56 PM > To: [EMAIL PROTECTED] > Subject: Re: cannot find libncurses > > Hello > > Reaz Baksh (<[EMAIL PROTECTED]>) wrote: >

Re: cannot find libncurses

2003-09-30 Thread Colin Watson
On Tue, Sep 30, 2003 at 01:45:38PM -0400, Reaz Baksh wrote: > When I type 'make menuconfig' I get the following: > > /usr/bin/ld: cannot find -lncurses You need to install libncurses5-dev. In order to build things against a library rather than simply running them,

Re: cannot find libncurses

2003-09-30 Thread Andreas Janssen
Hello Reaz Baksh (<[EMAIL PROTECTED]>) wrote: > Problem: > > I'm trying to upgrade my Kernel from 4.2.20 to 4.2.22. I am doing > this the long way not through Dpkg or apt-get. > When I type 'make menuconfig' I get the following: > > /usr/bin/ld: cannot find -lnc

Re: cannot find libncurses

2003-09-30 Thread Mental Patient
Reaz Baksh wrote: Hello I don't know if this has been asked before, as I searched the list and found nothing close to this problem but I'm hoping this is the right forum to ask. Problem: I'm trying to upgrade my Kernel from 4.2.20 to 4.2.22. I am doing this the long way not through Dpkg or apt-ge

Re: cannot find libncurses

2003-09-30 Thread Greg Folkert
On Tue, 2003-09-30 at 13:45, Reaz Baksh wrote: > Hello > Any help or instructions to just go away would be really appreciated. Here try this on for size: http://subwiki.honeypot.net/cgi-bin/view/Main/DebianKernelBuilding Hope that helps... -- greg, [EMAIL PROTECTED] REMEMBER ED CURRY! http://w

Re: cannot find libncurses

2003-09-30 Thread J.H.M. Dassen (Ray)
On Tue, Sep 30, 2003 at 13:45:38 -0400, Reaz Baksh wrote: > When I type 'make menuconfig' I get the following: > > /usr/bin/ld: cannot find -lncurses > collect2: ld returned 1 exit status You need to have the ncurses development files installed; "apt-get install li

cannot find libncurses

2003-09-30 Thread Reaz Baksh
Hello I don't know if this has been asked before, as I searched the list and found nothing close to this problem but I'm hoping this is the right forum to ask. Problem: I'm trying to upgrade my Kernel from 4.2.20 to 4.2.22. I am doing this the long way not through Dpkg or apt-get. When I type 'm

Re: libncurses

2001-11-08 Thread David Raeker-Jordan
Daniel D Jones wrote:> > #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.4.14/scripts/lxdialog' > >> Unable to find the Ncurses libraries. > >> > >> You must have Ncurses installed in order

Re: libncurses

2001-11-08 Thread Jeffrey W. Baker
On Thu, 2001-11-08 at 13:58, Daniel D Jones wrote: > Attempting a new install on a Dell Inspiron 8100 laptop. Installed from > Potato CDs, then did an apt-get dist-upgrade to Woody. I'm now trying to > custom compile a kernel. > > #make menuconfig > > rm -f include/asm > ( cd include ; ln -sf

libncurses

2001-11-08 Thread Daniel D Jones
-BEGIN PGP SIGNED MESSAGE- Attempting a new install on a Dell Inspiron 8100 laptop. Installed from Potato CDs, then did an apt-get dist-upgrade to Woody. I'm now trying to custom compile a kernel. #make menuconfig rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts/

Re: Why doesn't the kernel make like my libncurses?

2001-10-24 Thread Nathan E Norman
*** [ncurses] Error 1 > make[1]: Leaving directory `/usr/src/linux/scripts/lxdialog' > make: *** [menuconfig] Error 2 > > So I > > /usr/src/linux# locate libncurses > /lib/libncurses.so.4 > /lib/libncurses.so.4.2 > /lib/libncurses.so.5 > /lib/libncurses.so.5.2 "m

Re: Why doesn't the kernel make like my libncurses?

2001-10-24 Thread Paul 'Baloo' Johnson
On Wed, 24 Oct 2001, Peter Hutnick wrote: > What's up with this? You need libncurses-dev -- Baloo

Re: Why doesn't the kernel make like my libncurses?

2001-10-24 Thread Jean-Christophe Boggio
Ref : Thursday, October 25, 2001 1:35:23 AM >>> You must have Ncurses installed in order >>> to use 'make menuconfig' PH> What's up with this? You need the include files : apt-get install libncurses5-dev -- Jean-Christophe Boggio [EMAIL PROTECTED]

Why doesn't the kernel make like my libncurses?

2001-10-24 Thread Peter Hutnick
able 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 So I /usr/src/linux# locate libnc

Re: libcurses/libncurses problem

2001-01-11 Thread Giulio Morgan
ink, can't remember). What I had to do was: > ->CWA> > ->CWA> cd /lib > ->CWA> ln -sf libncurses.so.5.0 libncurses > ->CWA> > ->CWA> The compile/link was looking for "libncurses" and there was > ->CWA> none. The symb link created

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 &

Re: libcurses/libncurses problem

2001-01-10 Thread Bob Nielsen
s have unmet dependencies: > libncurses5-dev: Depends: libncurses5 (= 5.0-6.0potato1) but 5.0-8 is to be > installed > E: Sorry, broken packages > > I then created the synb link manually per Christopher's suggestion, and this > had no effect (so I rm'ed the "

Re: libcurses/libncurses problem (fwd)

2001-01-10 Thread Christopher W. Aiken
so.5 -> libncurses.so.5.0 -rw-r--r--1 233816 Nov 21 22:55 libncurses.so.5.0 Here is my /usr/lib (I removed owner/group): # ls -l /usr/lib|grep curse lrwxrwxrwx1 12 Jan 2 20:33 libcurses.a -> libncurses.a lrwxrwxrwx1 13 Jan 2 20:33 libcurses.so -> libncurses.so -rw-r-

Re: libcurses/libncurses problem

2001-01-10 Thread Christopher W. Aiken
so.5 -> libncurses.so.5.0 -rw-r--r--1 233816 Nov 21 22:55 libncurses.so.5.0 Here is my /usr/lib (I removed owner/group): # ls -l /usr/lib|grep curse lrwxrwxrwx1 12 Jan 2 20:33 libcurses.a -> libncurses.a lrwxrwxrwx1 13 Jan 2 20:33 libcurses.so -> libncurses.so -rw-r-

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 libncurse

Re: libcurses/libncurses problem

2001-01-10 Thread Giulio Morgan
ink, can't remember). What I had to do was: > ->CWA> > ->CWA> cd /lib > ->CWA> ln -sf libncurses.so.5.0 libncurses > ->CWA> > ->CWA> The compile/link was looking for "libncurses" and there was > ->CWA> none. The symb link created

Re: libcurses/libncurses problem

2001-01-10 Thread Christopher W. Aiken
On 10 Jan 2001, David Z Maze wrote: ->Christopher W Aiken <[EMAIL PROTECTED]> writes: ->CWA> I had libcurses problems when I tried to compile an application ->CWA> (pine 4.31 I think, can't remember). What I had to do was: ->CWA> ->CWA> cd /lib ->CWA&g

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 libncurse

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 libncurs

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 c

Re: libcurses/libncurses problem

2001-01-10 Thread David Z Maze
Christopher W Aiken <[EMAIL PROTECTED]> writes: CWA> I had libcurses problems when I tried to compile an application CWA> (pine 4.31 I think, can't remember). What I had to do was: CWA> CWA> cd /lib CWA> ln -sf libncurses.so.5.0 libncurses CWA> CWA> The compile/

Re: libcurses/libncurses problem

2001-01-10 Thread Christopher W. Aiken
I had libcurses problems when I tried to compile an application (pine 4.31 I think, can't remember). What I had to do was: cd /lib ln -sf libncurses.so.5.0 libncurses The compile/link was looking for "libncurses" and there was none. The symb link created by the above ln

libcurses/libncurses problem

2001-01-10 Thread Giulio Morgan
I believe I have a problem in my libcurses/libncurses configuration. I have a woody system, upgraded to from potatoo, upgraded to from slink. Following is my directory structure showing the relevant files. from /lib lrwxrwxrwx1 root root 18 Aug 26 1999 libcurses.so.1

libncurses - which one?

2000-12-14 Thread David A. Rogers
There are two libncurses packages available for potato. How do you decide which one to install? Thanks, dar

Re: Problem with Boot Floppy and libncurses

2000-01-07 Thread Ethan Benson
On 7/1/2000 Paul Miller wrote: As I said in my original post, I have put all the appropriate libraries on the root image. They are in the /lib directory. I have checked this at least one million times (slight exageration). So any more thoughts are welcome, thanx. you need to run ldconfig root

Re: Problem with Boot Floppy and libncurses

2000-01-07 Thread Ben Collins
On Fri, Jan 07, 2000 at 07:36:27AM -0600, Paul Miller wrote: > As I said in my original post, I have put all the appropriate libraries > on the root image. They are in the /lib directory. I have checked this > at least one million times (slight exageration). > > So any more thoughts are welcome, t

Re: Problem with Boot Floppy and libncurses

2000-01-07 Thread Paul Miller
As I said in my original post, I have put all the appropriate libraries on the root image. They are in the /lib directory. I have checked this at least one million times (slight exageration). So any more thoughts are welcome, thanx. aphro wrote: > > i believe that it is *bash* complaining that i

Re: Problem with Boot Floppy and libncurses

2000-01-07 Thread aphro
i believe that it is *bash* complaining that it cannot find libnucrses.so.4 a quick check what bash needs: [EMAIL PROTECTED] /bin] ldd bash libreadline.so.2 => /lib/libreadline.so.2 (0x40014000) libncurses.so.4 => /lib/libncurses.so.4 (0x4003f000) libdl.so.2 => /lib/libdl.s

Problem with Boot Floppy and libncurses

2000-01-07 Thread Paul Miller
I am trying to make my own boot floppy using the 2.2.13 kernel. The kernel and the root image load fine. /etc/inittab will then load bash onto the first console. When bash tries to run I get a shared library error: bash: error in loading shared library libncurses.so.4: cannot open share object fi