PDA

View Full Version : [ubuntu] Problem with firefox installation



KlMASDO444
October 1st, 2010, 05:46 PM
Hi Guys,
i trying to install firefox with the terminal but i Having Problem with the installation

wget 'http://kyoto-mz-dl.sinet.ad.jp/pub/mozilla.org/firefox/releases/3.6.10/linux-i686/en-US/firefox-3.6.10.tar.bz2'
tar -xjf firefox-3.6.10.tar.bz2
cd firefox
./firefox

problem:
libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory


Help Please!:guitar:

wojox
October 1st, 2010, 05:50 PM
Did you extract it?


tar xjf firefox-*.tar.bz2

KlMASDO444
October 1st, 2010, 05:59 PM
Did you extract it?


tar xjf firefox-*.tar.bz2

yes man

snowpine
October 1st, 2010, 06:01 PM
Firefox is in the Ubuntu repositories, so you can easily install it using the Software Center or the terminal command:


sudo apt-get install firefox

In fact, Firefox should be installed already (unless you did a custom/minimal install). :)

KlMASDO444
October 1st, 2010, 06:05 PM
Firefox is in the Ubuntu repositories, so you can easily install it using the Software Center or the terminal command:


sudo apt-get install firefox

In fact, Firefox should be installed already (unless you did a custom/minimal install). :)

I Know to do apt-get but i dont want it

Show Me Who Can I to install firefox with wget . . .. . . . . .Please

wojox
October 1st, 2010, 06:15 PM
What does this tell us:


uname -a

KlMASDO444
October 1st, 2010, 06:53 PM
What does this tell us:


uname -a


Linux ubuntu 2.6.32-24-generic #43-Ubuntu SMP Thu Sep 16 14:58:24 UTC 2010 x86_64 GNU/Linux

wojox
October 1st, 2010, 07:05 PM
Try installing the 32 bit libraries:


sudo apt-get update; sudo apt-get install ia32-libs-libnss3 ia32-libs-gtk

KlMASDO444
October 1st, 2010, 07:12 PM
Try installing the 32 bit libraries:


sudo apt-get update; sudo apt-get install ia32-libs-libnss3 ia32-libs-gtk

yair@ubuntu:~$ sudo apt-get install ia32-libs-libnss3 ia32-libs-gtk
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package ia32-libs-libnss3
yair@ubuntu:~$

wojox
October 1st, 2010, 07:15 PM
I think I'm in Fedora land. Try


sudo apt-get update; sudo apt-get install ia32-libs

Or download a 64 bit version http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/

KlMASDO444
October 1st, 2010, 07:52 PM
I think I'm in Fedora land. Try


sudo apt-get update; sudo apt-get install ia32-libs

Or download a 64 bit version http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/

thanks but i hava know erors in the terminal but firefox is uploading

eror:


** (firefox-bin:3807): WARNING **: Can not stat /tmp/orbit-yair

GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Server ping error: IDL:omg.org/CORBA/COMM_FAILURE:1.0)
GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Server ping error: IDL:omg.org/CORBA/COMM_FAILURE:1.0)
/usr/lib/gio/modules/libgvfsdbus.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so

KlMASDO444
October 2nd, 2010, 07:23 AM
help Please!

KlMASDO444
October 2nd, 2010, 07:50 AM
Hi,
Last Errors in run firefox :

./firefox
/usr/lib/gio/modules/libgvfsdbus.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so