Quick fix:
$sudo yum install hunspell-en
Further reading:
Francis Pereira's blog
Quick fix:
$sudo yum install hunspell-en
Further reading:
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
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 )