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.

  • 27 Users Found This Useful
Was this answer helpful?

Related Articles

SSH Time out Install

In case you have a bad Internet connection and does not want to interrupt the installation while...

File exists Invalid Key!!

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

Clipbucket :: File for preset 'normal' not found

Error for clipbucket : File for preset 'normal' not foundFix :  cp...

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...