Results 1 to 7 of 7
I downloaded firefox and tar -zxvf it
and now I have
Code:
user@adminPC:~/firefox$ ls
browserconfig.properties libnspr4.so mozilla-xremote-client
chrome libnss3.so old-homepage-default.properties
components libnssckbi.so plugins
defaults libplc4.so readme.txt
dictionaries libplds4.so removed-files
extensions ...
- 06-30-2007 #1Just Joined!
- Join Date
- Aug 2005
- Posts
- 54
Installing FireFox
I downloaded firefox and tar -zxvf it
and now I have
now what???Code:user@adminPC:~/firefox$ ls browserconfig.properties libnspr4.so mozilla-xremote-client chrome libnss3.so old-homepage-default.properties components libnssckbi.so plugins defaults libplc4.so readme.txt dictionaries libplds4.so removed-files extensions libsmime3.so res firefox libsoftokn3.chk run-mozilla.sh firefox-bin libsoftokn3.so searchplugins greprefs libssl3.so updater icons libxpcom_compat.so updater.ini libfreebl3.chk libxpcom_core.so xpicleanup libfreebl3.so libxpcom.so libmozjs.so libxpistub.so
how to start installation?
- 06-30-2007 #2
there is no need to do anything. firefox comes as pre-compiles binary. type firefox and FireFox will pop-up. create symlink of firefox file in Menu OR on Desktop.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-30-2007 #3Just Joined!
- Join Date
- Aug 2005
- Posts
- 54
if I type firefox, it says u can install it from sudo apt-get....
and there are many things there and I cant figure out which one is the firefox installation
anyway, I did this
user@adminPC:~/FireFox/firefox$ ./firefox
./firefox-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
user@adminPC:~/FireFox/firefox$
what should I do?
- 06-30-2007 #4
You need to install libstdc++:
Code:# apt-get install libstdc++5
- 06-30-2007 #5Just Joined!
- Join Date
- Aug 2005
- Posts
- 54
ok... but what is libstdc++?
- 06-30-2007 #6
I believe it is a runtime library for C++ programs compiled with GCC (g++).
Read:
Standard C++ Library v3 - GNU Project - Free Software Foundation (FSF)
or google it.
- 06-30-2007 #7
i would suggest you to install firefox through apt-get or Adept only. it will install all dependencies and create symlinks automatically.
Code:sudo apt-get install firefox
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote