On 06/13/2012 04:50 AM, Chris Kaltwasser wrote: > Backtrace: > Program received signal SIGILL, Illegal instruction. > 0x000000344ba14c30 in _dl_x86_64_save_sse () from > /lib64/ld-linux-x86-64.so.2
looks like your CPU does not support an instruction the library is trying to use. Or the lib is corrupted. What does "cat /proc/cpuinfo" say? Torsten