On 11/20/2013 12:04 AM, Mohd Akhbar wrote:

> I compiled squid on Centos 6.2 64bit with
> 
> ./configure --prefix=/usr --includedir=/usr/include
> --datadir=/usr/share --bindir=/usr/sbin --libexecdir=/usr/lib/squid
> --localstatedir=/var --sysconfdir=/etc/squid
> 
> My compiled size for squid runtime in /usr/sbin/squid is 28mb but if
> i'm install squid from rpm contributed by Elizer its only 2mb (cant
> remember the exact size) but definitely different from mine. Is there
> any prob with my compiled method ? Is it ok with that 28mb ?


I suspect the RPM binary is stripped of debugging symbols. See "man
strip" for details. You can strip your own binary as well.

All other factors being equal, it is better to run non-stripped Squid
binaries so that it is easier for you to provide backtraces should Squid
crash and leave a core dump.


HTH,

Alex.

Reply via email to