>
> 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