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