RE: [Cooker] bash-2.04-4mdk problems

2000-06-09 Thread Eric MC DECLERCK

Thanks JWD !
you helped me out of distress.
Eric MC

> -Original Message-
> From: jwd [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 08, 2000 1:37 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [Cooker] bash-2.04-4mdk problems
>
>
> I put in my install disk and typed rescue.
> then I did:
>   my / is on /dev/hda1
>   my /usr is on /dev/hda5
> So ...
>   mount -t ext2 /dev/hda1 /mnt
>   mount -t ext2 /dev/hda5 /mnt/usr
>   cp -a /mnt/usr/lib/libreadline.so.4.1 /mnt/lib/
>   cp -a /mnt/usr/lib/libhistory.so.4.1 /mnt/lib/
>   shutdown -r now
>
> Eric MC DECLERCK wrote:
> >
> > What did you exactly to run linux again ??
> > I installed it to and now can't reboot no more.
> > INIT say's 'sh: error in loading shared libraries : readline so.4.1 :
> > cannot open shared object file : no such file or directory.
> > I acn only run linux with the rescue disk = very little possibilities.
> > Eric
> >
> > > -Original Message-
> > > From: jwd [mailto:[EMAIL PROTECTED]]
> > > Sent: Thursday, June 08, 2000 7:46 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: [Cooker] bash-2.04-4mdk problems
> > >
> > >
> > > bash-2.04-4mdk problems
> > >
> > > Running an ldd against /bin/bash yields =>
> > >   libreadline.so.4.1 => /usr/lib/libreadline.so.4.1
> > >   libhistory.so.4.1 => /usr/lib/libhisttory.so.4.1
> > >
> > > I don't know about any one else but my /usr is on a second
> partition.  I
> > > had to copy both of these files from /us/lib to /lib to get the latest
> > > cooker to startup.
> > >
> > > bash-2.04-4mdk has a build date of 05 June 2000 and Chmouel
> is listed as
> > > the packager.
> > >
> > > jim drash
> > > <[EMAIL PROTECTED]>
> > >
> > >
>
>




RE: [Cooker] bash-2.04-4mdk problems

2000-06-08 Thread Geoffrey Lee

>
> i don't care much. Somebody wants to try the different
> possibilities and tell
> which is better (like if statically it is just as big as dynamic
> + libs, it's no
> use having it static)
>


pls static link as you can still boot system with init=/bin/sh with a really
broken system /* even though that is unlikely to happen */

still, i think either way, readline shold be put in /lib instead of /usr/lib
if you want to link /bin/bash to readline because /usr may not be
necessarily mounted. devel go in /usr/lib of course, because they are not
needed for normal functioning of the system :)


// Geoff




Re: [Cooker] bash-2.04-4mdk problems

2000-06-08 Thread David Odin

On Thu, Jun 08, 2000 at 02:48:38PM +0200, Pixel wrote:
> jwd <[EMAIL PROTECTED]> writes:
> 
> > Pixel:
> > libreadline and libhistory were never in /lib before.  Whay do thay
> > need to be now? What changed with bash-2.04-4mdk? Might those to libs
> > have bee statically linked?
> 
> i don't care much. Somebody wants to try the different possibilities and tell
> which is better (like if statically it is just as big as dynamic + libs, it's no
> use having it static)

  the readline libs is also used by other apps, such as GDB, so it should be
better to have shared library, but they should be in /lib.

 DindinX

-- 
  [EMAIL PROTECTED] HF Team




Re: [Cooker] bash-2.04-4mdk problems

2000-06-08 Thread Pixel

jwd <[EMAIL PROTECTED]> writes:

> Pixel:
>   libreadline and libhistory were never in /lib before.  Whay do thay
> need to be now? What changed with bash-2.04-4mdk? Might those to libs
> have bee statically linked?

i don't care much. Somebody wants to try the different possibilities and tell
which is better (like if statically it is just as big as dynamic + libs, it's no
use having it static)




Re: [Cooker] bash-2.04-4mdk problems

2000-06-08 Thread jwd

Pixel:
libreadline and libhistory were never in /lib before.  Whay do thay
need to be now? What changed with bash-2.04-4mdk? Might those to libs
have bee statically linked?


Pixel wrote:
> 
> jwd <[EMAIL PROTECTED]> writes:
> 
> > bash-2.04-4mdk problems
> >
> > Running an ldd against /bin/bash yields =>
> >   libreadline.so.4.1 => /usr/lib/libreadline.so.4.1
> >   libhistory.so.4.1 => /usr/lib/libhisttory.so.4.1
> >
> > I don't know about any one else but my /usr is on a second partition.  I
> > had to copy both of these files from /us/lib to /lib to get the latest
> > cooker to startup.
> 
> ok, i change readline




Re: [Cooker] bash-2.04-4mdk problems

2000-06-08 Thread jwd

I put in my install disk and typed rescue.
then I did:
my / is on /dev/hda1
my /usr is on /dev/hda5
So ...
mount -t ext2 /dev/hda1 /mnt
mount -t ext2 /dev/hda5 /mnt/usr
cp -a /mnt/usr/lib/libreadline.so.4.1 /mnt/lib/
cp -a /mnt/usr/lib/libhistory.so.4.1 /mnt/lib/
shutdown -r now

Eric MC DECLERCK wrote:
> 
> What did you exactly to run linux again ??
> I installed it to and now can't reboot no more.
> INIT say's 'sh: error in loading shared libraries : readline so.4.1 :
> cannot open shared object file : no such file or directory.
> I acn only run linux with the rescue disk = very little possibilities.
> Eric
> 
> > -Original Message-
> > From: jwd [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, June 08, 2000 7:46 AM
> > To: [EMAIL PROTECTED]
> > Subject: [Cooker] bash-2.04-4mdk problems
> >
> >
> > bash-2.04-4mdk problems
> >
> > Running an ldd against /bin/bash yields =>
> >   libreadline.so.4.1 => /usr/lib/libreadline.so.4.1
> >   libhistory.so.4.1 => /usr/lib/libhisttory.so.4.1
> >
> > I don't know about any one else but my /usr is on a second partition.  I
> > had to copy both of these files from /us/lib to /lib to get the latest
> > cooker to startup.
> >
> > bash-2.04-4mdk has a build date of 05 June 2000 and Chmouel is listed as
> > the packager.
> >
> > jim drash
> > <[EMAIL PROTECTED]>
> >
> >




Re: [Cooker] bash-2.04-4mdk problems

2000-06-08 Thread Pixel

jwd <[EMAIL PROTECTED]> writes:

> bash-2.04-4mdk problems
> 
> Running an ldd against /bin/bash yields =>
>   libreadline.so.4.1 => /usr/lib/libreadline.so.4.1
>   libhistory.so.4.1 => /usr/lib/libhisttory.so.4.1
> 
> I don't know about any one else but my /usr is on a second partition.  I
> had to copy both of these files from /us/lib to /lib to get the latest
> cooker to startup.

ok, i change readline




RE: [Cooker] bash-2.04-4mdk problems

2000-06-08 Thread Eric MC DECLERCK

What did you exactly to run linux again ??
I installed it to and now can't reboot no more.
INIT say's 'sh: error in loading shared libraries : readline so.4.1 :
cannot open shared object file : no such file or directory.
I acn only run linux with the rescue disk = very little possibilities.
Eric

> -Original Message-
> From: jwd [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 08, 2000 7:46 AM
> To: [EMAIL PROTECTED]
> Subject: [Cooker] bash-2.04-4mdk problems
> 
> 
> bash-2.04-4mdk problems
> 
> Running an ldd against /bin/bash yields =>
>   libreadline.so.4.1 => /usr/lib/libreadline.so.4.1
>   libhistory.so.4.1 => /usr/lib/libhisttory.so.4.1
> 
> I don't know about any one else but my /usr is on a second partition.  I
> had to copy both of these files from /us/lib to /lib to get the latest
> cooker to startup.
> 
> bash-2.04-4mdk has a build date of 05 June 2000 and Chmouel is listed as
> the packager.
> 
> jim drash
> <[EMAIL PROTECTED]>
> 
>