The check for SSE4.1 support is only done at build time, so the runtime was leading to SIGILL on machines with old amd64 processors where this instruction set is not implemented. This issue most likely hit i386 as well. tweak and OK sthen@, OK solene@ (maintainer)