Comment 28 for bug 24692

Revision history for this message
draco (draco31-fr) wrote :

The aligment of 2**21 is already used in some Lucid packages currently.

Here the command I use :
for file in `find {/usr,}/lib{32,} -xdev -type f -iname '*.so.*'`; do if file $file | grep -q -e 'shared object'; then if objdump -x "$file" | egrep -q '2\*\*[0-9]{2}'; then apt-file search "$file" ; fi; fi; done | sort