Results 1 to 10 of 25
hi there
i have just finsh the instlation of kubuntu but it does not have
realplayer and firefox
when i try to install them this problem happened
[ahmed@linux:~/Linux programs/FireFox/firefox-1.0.7.installer/firefox-installer$ ./firefox-installer-bin
...
- 11-09-2005 #1Just Joined!
- Join Date
- Oct 2005
- Posts
- 18
ubuntu installation programs problem
hi there
i have just finsh the instlation of kubuntu but it does not have
realplayer and firefox
when i try to install them this problem happened
[ahmed@linux:~/Linux programs/FireFox/firefox-1.0.7.installer/firefox-installer$ ./firefox-installer-bin
./firefox-installer-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
ahmed@linux:~/Linux programs/FireFox/firefox-1.0.7.installer/firefox-installer$]
and with realplayer the same thing
please how can i solve this problem
please help me with the detials
thank you
- 11-09-2005 #2
To me this seems to imply you don't have certain c++ libraries installed.
To explain,
Installations in linux work differently from installations in windows. Instead of having EVERYTHING in the installation file, linux assumes that you have (or can get) certain common libraries and other files. This cuts down on the size of the file you have to download, but it does cause people headaches when they find they don't have some necessary files.
But don't worry there is a way to fix this. First I'll go through the slightly more difficult way,
To install firefox it is telling you that you need to have libstdc++.so.5 installed. I just did a quick search and found that you need to install this file. Just download it, save it to your home directory and type the following code at the command line,After that everything should work ok. Or..... You'll get a complaint saying that it need yet another dependency installedCode:rpm -U filename.rpm
In that case you'll just have to repeat this process.
I'm not that familiar with ubuntu, so I don't know if there is an easier way of doing this. I know with suse I'd click on "install using yast" and let it do all the hard work. There's quite likely an similar way to do this with ubuntu, but I'll have to leave that to the ubunut experts!!!Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 11-09-2005 #3
You need root permissions to install programs, do the following:
Since k/ubuntu is based on debian, you should read up about installing programs using apt. See this tutorial, scroll down a bit tilll it talks about installing programs via apt.Code:sudo ./firefox-installer
@ smolloy
Since the OP is using ubuntu, installing via rpm won't do the trick as Ubuntu is based on debian, and Debian can't understand rpm's unless you use a third party program called alien.Life is complex, it has a real part and an imaginary part.
- 11-09-2005 #4Just Joined!
- Join Date
- Oct 2005
- Posts
- 18
oh
it does not work
- 11-09-2005 #5Linux Newbie
- Join Date
- May 2005
- Posts
- 222
Since Ubunto is Debian-based, try
$su
(type in your password)
#apt-get mozilla-firefox
- 11-09-2005 #6so you are saying that sudo firefox-installer doesn't work? Hmm if it gives the same error, you are going to download that lib and install it (don't download an rpm).
Originally Posted by sahaf
Or you can see the tutorial that I linked to, read up about apt and install using apt. The advantage of using apt is that if there is any dependancy, apt will download and install it for you.
To install using apt, just do this command (after setting it up)
Code:sudo apt-get install mozilla-firefox
Life is complex, it has a real part and an imaginary part.
- 11-09-2005 #7Apologies, I didn't know that.
Originally Posted by AlexK
Well, you learn something new everyday don't you?!
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 11-10-2005 #8Just Joined!
- Join Date
- Jun 2005
- Location
- GA
- Posts
- 14
Code:sudo apt-get install realplayer
- 11-10-2005 #9Just Joined!
- Join Date
- Oct 2005
- Posts
- 18
oh
please help me how can i solve it
- 11-10-2005 #10Did you try any of the above suggestions?? What happened when you did?? What exactly did you do?? What (if any) were the error messages??
Originally Posted by sahaf Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode


Reply With Quote
