Pages

Monday, January 6, 2014

firefox 26.0 CentOS 6.4 Error and Solutions

firefox 26.0 CentOS 6.4 Error and Solutions

I tried to install firefox 26.0 in CentOS 6.4, 64 bit.
Firefox for Linux Operating System shall be found here.

https://download.mozilla.org/?product=firefox-26.0&os=linux&lang=en-US

First extract the bunZip archive

cd firefox
./firefox

Error I :

bash: ./firefox: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

Solution for this error is here,

http://stackoverflow.com/questions/8328250/centos-64-bit-bad-elf-interpreter

sudo yum install glibc.i686
yum install  libstdc++.i686

Error II:

libXrender.so.1: cannot open shared object file: No such file or directory

Solution:

yum install libXrender.i686 libXrender.x86_64


Error III:

libasound.so.2: cannot open shared object file: No such file or directory

Solution for this error is here.

https://www.centos.org/forums/viewtopic.php?t=4946

Solution:

yum install libasound.so.2

Error - IV:

libdbus-glib-1.so.2: cannot open shared object file: No such file or directory

Solution:

yum install dbus-glib


Error - V:

libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
Couldn't load XPCOM.

Solution:

yum install gtk2
yum install libgtk-x11-2.0.so.0


Error - VI:

libXt.so.6: cannot open shared object file: No such file or directory

Solution:

yum install libXt.so.6

No comments:

Post a Comment