Posts Tagged ‘64 bit’

/lib/ld-linux.so.2: bad ELF interpreter

Monday, March 8th, 2010

Running apps/binaries compiled for 32bit enviornments seems to throw up “/lib/ld-linux.so.2: bad ELF interpreter” on a 64bit platform.

Quick noteĀ  – glibc provides the libraries required to run 32bit apps on 64bit platform, so the next time you come across this on a distro that uses the rpm package manager simply:

$sudo yum install glibc.i686

How-to: Flash Player 10 for 64-bit Linux ( in 4 easy steps )

Thursday, March 4th, 2010

Adobe’s newly released 64bit flash plugin for Firefox running on GNU+Linux makes installation on 64-bit operating systems a walk in the park ( like I said – 4 easy steps )

  1. Download the plugin from http://labs.adobe.com/downloads/flashplayer10_64bit.html . Direct download link
  2. Extract libflashplayer.so from the downloaded file
  3. copy libflashplayer.so to /home/<username>/.mozilla/plugins/
  4. restart Firefox !
BlackBerry website running in Flash mode on 64 bit Firefox on Linux

BlackBerry website running in Flash mode on 64 bit Firefox on Linux