Debian Linux CLI: error while loading shared libraries: libz.so.1

I have followed the download and install of odrive just fine. Running suggested commands to start the agent results in this error:
error while loading shared libraries: libz.so.1: failed to map segment from shared object: Operation not permitted

I have tried running both the ./odrive and ./odriveagent programs with the same error.

Debian Linux 8, 64 bit.

Hi,
Apologies for the late reply here. This one was missed.

The most common reason for this error seems to be non-exec permissions in /tmp. Can you double-check the perms on /tmp and make sure your user has full exec access?

Thanks!