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

/lib64/ld-linux-x86-64.so.2: bad ELF interpreter

The Error : "/lib64/ld-linux-x86-64.so.2: bad ELF interpreter"Reason : You are running a 64 bit...

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

Debian 7 Support for FFmpeg Script.

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

FFMPEG Common failure.

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