Date: Fri, 30 Jul 2004 12:14:30 +0300 From: Maxim Sobolev <sobomax@portaone.com> To: current@freebsd.org Subject: strip(1) - POLA breakage Message-ID: <410A1176.8050906@portaone.com>
next in thread | raw e-mail | index | archive | help
Hi, I've noticed that strip(1) has departured from its historic behaviour - now when I do `strip foo' on a FreeBSD ELF executable, the resulting binary can't be executed giving the following error from the dynamic linker: /libexec/ld-elf.so.1: ./foo: Shared object has no run-time symbol table This have to be fixed, since it can break lot of ports that assume previous behaviour. -Maxim
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?410A1176.8050906>