error while loading shared libraries: libz.so.1: failed to map segment from shared object: Operation not permitted

The error : ./AAST-ffmpeg-install-64-bit-with_php: error while loading shared libraries: libz.so.1: failed to map segment from shared object: Operation not permitted

Reason : your /tmp is noexec

The script need the /tmp to be exec  please ask your system administrator to make it so.

As a temporary fix please do the following :

mkdir /usr/local/tmpdir
export TMP=/usr/local/tmpdir

You can now run the script without any errors.

After script execution is complete run the following

unset TMP

You should be good.

NOTE : This error should be fixed as of version 2.0.1 of our FFmpeg Installer.

  • 258 Users Found This Useful
Was this answer helpful?

Related Articles

FFMPEG Common failure.

Common error reasons :a. You are attemting to re-run the script on a new server which is not...

ImportError: /lib/libc.so.6: version `GLIBC_2.7' not found (required by /tmp/_MEIqVOKZv/libcrypto.so.10)

Error : ImportError: /lib/libc.so.6: version `GLIBC_2.7' not found (required by...

File exists Invalid Key!!

The Error :  File exists Invalid Key!! Reason : The license is issued to install...

CentOS 5 Support for FFmpeg script.

Question : Does the FFmpeg Script from Admin-Ahead support CentOs 5 ?Answer : CentOS 5's EOL is...

Debian 7 Support for FFmpeg Script.

Question : Is the FFmpeg Script compatible with Debain 7Answer : We are still testing on...