LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 09-12-2005, 04:56 PM   #1
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
Firefox installation error


I downloaded Mozilla Firefox 1.0.6 from mozilla.org. I extracted it using

tar -xf filename.tar

I then went into the firefox-installer directory and typed:

./firefox-install and I got this error:
/firefox-installer-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

Now what do I do? This is in my /home directory. I even tried as root and I got the same error.
 
Old 09-12-2005, 05:14 PM   #2
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Install the missing library which in this case is libstdc++.so.5. I am not exactly sure which Debian package provides it.
 
Old 09-12-2005, 05:18 PM   #3
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Original Poster
Rep: Reputation: 45
I heard there is this thing in Debian called Apt-get. Could I just apt-get mozilla firefox 1.0.6 in Kubuntu? But I do have my reservations about apt-get doing everything for me automatically.
 
Old 09-12-2005, 09:00 PM   #4
jolly1701
Member
 
Registered: Nov 2003
Location: England, UK.
Distribution: SuSE 10
Posts: 126

Rep: Reputation: 15
if using Kubuntu
open Kynaptic in the admin section is Synaptic
install this

then open Synaptic and install mozilla firefox
apt will do every auto for the install ...
 
Old 09-12-2005, 10:39 PM   #5
aysiu
Senior Member
 
Registered: May 2005
Distribution: Ubuntu with IceWM
Posts: 1,775

Rep: Reputation: 86
Quote:
Originally posted by Micro420
I heard there is this thing in Debian called Apt-get. Could I just apt-get mozilla firefox 1.0.6 in Kubuntu?
Yeah, just sudo apt-get update and sudo apt-get install mozilla-firefox

Quote:
But I do have my reservations about apt-get doing everything for me automatically.
What are your reservations?

You know, you can just install Firefox graphically (no terminal) from the .tar.gz from Mozilla. Just follow this tutorial (it's a little different for Kubuntu, but the same principle applies):

http://i22.photobucket.com/albums/b3...s/7d9a1b93.png
http://i22.photobucket.com/albums/b3...s/5ecb8626.png
http://i22.photobucket.com/albums/b3...s/cf84ab22.png
http://i22.photobucket.com/albums/b3...s/2cffab86.png
http://i22.photobucket.com/albums/b3...s/2cd2f4f6.png
http://i22.photobucket.com/albums/b3...s/3f4577a5.png
http://i22.photobucket.com/albums/b3...s/924e4feb.png
http://i22.photobucket.com/albums/b3...s/993d7d90.png
http://i22.photobucket.com/albums/b3...s/9d212f88.png

Oh, and if you do use apt-get to install Firefox, you can use this script to take back the normal Firefox icon. Just don't answer "yes" to the refresh Gnome panel if you're using Kubuntu. And instead of gedit, use kwrite.

Last edited by aysiu; 09-12-2005 at 10:44 PM.
 
Old 09-13-2005, 12:24 AM   #6
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Original Poster
Rep: Reputation: 45
Quote:
Originally posted by aysiu
Yeah, just sudo apt-get update and sudo apt-get install mozilla-firefox

What are your reservations?

You know, you can just install Firefox graphically (no terminal) from the .tar.gz from Mozilla. Just follow this tutorial (it's a little different for Kubuntu, but the same principle applies):

http://i22.photobucket.com/albums/b3...s/7d9a1b93.png
http://i22.photobucket.com/albums/b3...s/5ecb8626.png
http://i22.photobucket.com/albums/b3...s/cf84ab22.png
http://i22.photobucket.com/albums/b3...s/2cffab86.png
http://i22.photobucket.com/albums/b3...s/2cd2f4f6.png
http://i22.photobucket.com/albums/b3...s/3f4577a5.png
http://i22.photobucket.com/albums/b3...s/924e4feb.png
http://i22.photobucket.com/albums/b3...s/993d7d90.png
http://i22.photobucket.com/albums/b3...s/9d212f88.png

Oh, and if you do use apt-get to install Firefox, you can use this script to take back the normal Firefox icon. Just don't answer "yes" to the refresh Gnome panel if you're using Kubuntu. And instead of gedit, use kwrite.
Thanks for the graphical images.... too bad I can't get to them because that's the same thing as what I did. it's supposed to give me the graphical installer but I get that problem I stated earlier. I had no problems doing this in Mandriva, though. I thought this was weird that I could not do it in Kubuntu.

About my reservations, it's because I was used to Mandriva URPMI system and it auto installed software and packages just like apt-get. The onlly problem was that URPMI never told you where it installed it to and you never knew what kind of configurations it gave you. Plus you'd run into conflicts with packages and it could be a nightmare. I don't want the same thing with apt-get.

Last edited by Micro420; 09-13-2005 at 12:26 AM.
 
Old 09-13-2005, 08:05 AM   #7
snarkout
Member
 
Registered: Apr 2005
Location: The Land Of Entrapment
Posts: 77

Rep: Reputation: 15
Sounds like you might be better off using slackware then.
 
Old 09-13-2005, 12:10 PM   #8
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Original Poster
Rep: Reputation: 45
Quote:
Originally posted by snarkout
Sounds like you might be better off using slackware then.
I checked out the official Slackware website and it's pretty plain. No screenshots or graphics on the website. Seems very plain and it kind of turns me off. Is Slackware easy to use?
 
Old 09-13-2005, 01:06 PM   #9
snarkout
Member
 
Registered: Apr 2005
Location: The Land Of Entrapment
Posts: 77

Rep: Reputation: 15
No, not particularly, but you mentioned an aversion to using package managemant. I figured this meant you'd rather compile your own packages, and that's more or less the slack way. Slack is very sweet if you are into doing most things yourself - very fast, thin, and has some pretty good documentation.
 
Old 09-13-2005, 01:13 PM   #10
aysiu
Senior Member
 
Registered: May 2005
Distribution: Ubuntu with IceWM
Posts: 1,775

Rep: Reputation: 86
Maybe Gentoo might be more your cup of tea.
I've heard it's really easy, fully customizable and doesn't hide anything from you, but you have to follow the instructions very closely.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Error on firefox installation from port. melopll *BSD 2 09-18-2005 11:03 PM
Two million error lines in .xsession-error file from FireFox acanton Linux - Software 4 08-28-2005 09:53 AM
FireFox 1.0.4 Installation thinhla Mandriva 7 07-11-2005 05:25 AM
Firefox Installation Error Kaninchen Linux - Software 27 12-23-2004 01:27 AM
Firefox installation help Kristijan Linux - Software 3 04-11-2004 06:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 10:00 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration