Floating point exception ( SIGFPE ) on ‘int main(){ return(0); }’
This is going to sound like a really long shot…but can you try the following? $ readelf -a fail and look for a GNU_HASH dynamic tag? My guess is that the binary uses GNU_HASH, and your ld.so is too old to understand it. Support for the GNU hash section was added to glibc around 2006, … Read more