Got it solved by re-mounting the /tmp to give the volume permission to execute (it was accessible with read-only). So this solved:
sudo mount /tmp -o remount,exec
Got it solved by re-mounting the /tmp to give the volume permission to execute (it was accessible with read-only). So this solved:
sudo mount /tmp -o remount,exec