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 /tmp/_MEIqVOKZv/libcrypto.so.10)

Fix : This is because you are running the wrong Installer.

Please check your OS version : 

cat /etc/redhat-release

and architecure :

uname -a

If this displays  :  i686 i686 i386  ; you need the 32 bit installer and if it displays :  x86_64 x86_64 x86_64 ; you need the 64 bit Installer.

Now, depending on the OS version, choose the right installer from : http://admin-ahead.com/portal/knowledgebase/19/How-to-install-Advanced-FFmpeg-Installer-version-202.html

You should no longer have any errors.
  • 5 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...

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

File exists Invalid Key!!

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

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