LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   firefox (sorry) (https://www.linuxquestions.org/questions/linux-software-2/firefox-sorry-168733/)

linux_dejan 04-11-2004 06:38 AM

firefox (sorry)
 
I know there alr alot of posts about firefox, i just cannot find the right answer among any of them.

I just downloaded firefox-0.8-i686-linux-gtk2+xft.tar.gz and unzipped it into firefox/ directory But, when i run ./firefox i get this error:

root@libranet:/home/dejan/firefox# ./firefox
./firefox-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory


What is that??

Thx!

CBlue 04-11-2004 07:11 AM

Do you have libstdc++.so.5? Do a file search. If you have it, then it may be a permissions problem.

linux_dejan 04-11-2004 07:59 AM

i dont even have it in my usr/lib..? :scratch:

CBlue 04-11-2004 08:05 AM

Get libstdc++-3.3.2-1 and install it and you will have libstdc++.so.5.

linux_dejan 04-11-2004 09:18 AM

ok :)

Im new to linux (debian), any idea how to install it?

Thanks!

proxyserver 04-11-2004 09:49 AM

Hi,
Thats easy ..
just get the rpm which installs the binary.
and run

rpm -ivh filename.rpm

To know which rpm to install
if any linux machine has that library
type

rpm -qf path_of_the_installed_library

This returns the rpm u need to install.Then u can get the rpm
from some site like rpmfind and run the first command.
Hope this helps u.

linux_dejan 04-11-2004 10:45 AM

Oh! I was trying to install java sdk earlier using rpm but got an error saying it could not indentify rpm?

Is it something i need to download somewhere?

php 04-11-2004 10:59 AM

Quote:

Originally posted by proxyserver
Hi,
Thats easy ..
just get the rpm which installs the binary.
and run

rpm -ivh filename.rpm

To know which rpm to install
if any linux machine has that library
type

rpm -qf path_of_the_installed_library

This returns the rpm u need to install.Then u can get the rpm
from some site like rpmfind and run the first command.
Hope this helps u.

Umm, debian doesn't use rpms, you mean deb's? :)

proxyserver 04-12-2004 06:13 AM

Quote:

Originally posted by hackers_
Umm, debian doesn't use rpms, you mean deb's? :)
Oh thanks for noting !!!
maybe he can use alien to convert .rpm to .deb and then
dpkg -i filename.deb.
correct me if i m wrong..:)

CBlue 04-12-2004 09:09 AM

alien will convert it for you. Just bring up a terminal in the directory where you download the rpm to and then type alien -d libstdc++-3.3.2-1.i386.rpm and it will convert it for you.


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