Re: aarrggghhh !!!!

Rob Glover (potato@dial-cup2-14.iway.aimnet.com)
Wed, 27 Nov 1996 17:00:18 -0800 (PST)


On Wed, 27 Nov 1996, Michael Riepe wrote:

>
> From: Rob Glover <potato@dsnet.com>
> >
> > strip your libc.
> >
> > (i.e. if you have libc-5.4.13 installed)
> > hit the following:
> > cd /lib
> > strip libc.so.5.4.13
>
> No, please DON'T do that. It will break some configure scripts (elm, perl)
> that read the symbol table from libc. Please use `strip --strip-debug
> libc.so.5.4.13' instead.
>
> Michael.
> --
> Michael "Tired" Riepe <Michael.Riepe@stud.uni-hannover.de>
> "All I wanna do is have a little fun before I die"
>
>
It has never broken anything doing that reads the symbol table for me. oh
well :>

-Rob