On Tue, 6 Sep 2005, [ISO-8859-1] Leonardo Rodrigues Magalhães wrote:
[root@fc3 squid-2.5.STABLE10]# make install-strip
[ ......... ]
make[3]: Entering directory `/root/squid-25S10/squid-2.5.STABLE10/scripts'
/bin/sh ../cfgaux/mkinstalldirs /usr/bin
/bin/sh /root/squid-25S10/squid-2.5.STABLE10/cfgaux/install-sh -c -s RunCache
/usr/bin/RunCache
strip: /usr/bin/#inst.13095#: File format not recognized
didn't even know there was a install-strip target.
Looking at it the conclusion is that it is an automake bug.. it is not
supposed to attemt to strip scripts from debug symbols (they can't have
any).
Anyway, installing Squid stipped is not recommended as you need the debug
info should any problem arise. Without the debug infor you won't be able
to file an acceptable bug report.
Regards
Henrik