Subject: Re: problem misc: 23374 ? still not being able to get it working ..
To: None <nmahajan@hss.hns.com>
From: Eric Haszlakiewicz <erh@nimenees.com>
List: tech-kern
Date: 03/30/2004 08:01:53
On Tue, Mar 30, 2004 at 04:59:07PM +0530, nmahajan@hss.hns.com wrote:
> But, due to some limitations I cannot release / expand all the files in
> this released label (of base.tgz )by the author,
> I just updated ld.elf_so over the current /usr/libexec and any program
> started after this is hanging !
> I wrote a simple printf("Hello world \n") and even that is hanging.
> 
....
> 
> I found the problem, I was updating / copying ld.elf_so from inside the
> bash which is also a dynamically linked binary and so it was leading to
> this screw up !

	that should work, provided you remove ld.elf_so first instead of
just overwriting it. (tar --unlink)

eric