size of executables

David Relson relson at osagesoftware.com
Fri Jun 6 04:09:29 CEST 2003


Bill,

A bit of quick checking of executable size found both 2.2M and 750K 
executables.  Both are 0.13.6.1 and both are dynamically linked (see 
below), but with different versions of db3.  As a guess, I have a version 
of db-3.3 with debug symbols and a version of db-4.1 without symbols.

Hope this info is helpful.

David

$ for f in /usr/bin/bogofilter /home/relson/bogofilter/cvs/src/bogofilter ; 
do ls -l $f ; $f -Q | head -1 ; ldd $f ; echo "" ; done

-rwxr-xr-x    1 root     root      2216792 Jun  5 14:04 /usr/bin/bogofilter*
bogofilter version 0.13.6.1
	libm.so.6 => /lib/i686/libm.so.6 (0x4001e000)
	libdb-3.3.so => /lib/libdb-3.3.so (0x40040000)
	libc.so.6 => /lib/i686/libc.so.6 (0x400df000)
	/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

-rwxrwxr-x    1 relson   relson     752618 Jun  5 20:51 
/home/relson/bogofilter/cvs/src/bogofilter*
bogofilter version 0.13.6.1
	libm.so.6 => /lib/i686/libm.so.6 (0x4001e000)
	libdb-4.1.so => /usr/local/BerkeleyDB.4.1/lib/libdb-4.1.so (0x40040000)
	libc.so.6 => /lib/i686/libc.so.6 (0x400e8000)
	/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)





More information about the Bogofilter mailing list