Comment 1 for bug 562787

Revision history for this message
Scott Moser (smoser) wrote :

I found 2 things:
a.) after installation/upgrade 'sudo /sbin/ldconfig' will show the problem
b.) /etc/ld.so.conf.d/libc6-xen.conf has
hwcap 0 nosegneg

  That should be 'hwcap 1 nosegneg', as is duplicated in
/etc/ld.so.conf.d/xen.conf . My guess is that libc6-xen.conf is written by the automated ec2 build, or some other non-package-managed mechanism.