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.

  • 331 Els usuaris han Trobat Això Útil
Ha estat útil la resposta?

Articles Relacionats

File exists Invalid Key!!

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

FFMPEG Common failure.

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

SSH Time out Install

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

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

CentOS 5 Support for FFmpeg script.

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