To turn aslr and mprotect off by default if you are having issues: sysctl -w security.pax.aslr.global=0 sysctl -w security.pax.mprotect.global=0 To turn off on individual binaries: paxctl +a /path/to/binary paxctl +m /path/to/binary Enjoy, christos