LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installing Firefox (https://www.linuxquestions.org/questions/linux-newbie-8/installing-firefox-408532/)

oookiezooo 01-27-2006 05:48 AM

Installing Firefox
 
Hi there,

I just downloaded the latest firefox, extracted the file, now i'm left with a firefox file full of loads of files, does anybody know which one(s) i have to run to install it? Heres the file list:

browserconfig.properties libnss3.so libxpistub.so
chrome libnssckbi.so mozilla-xremote-client
components libplc4.so plugins
defaults libplds4.so readme.txt
extensions libsmime3.so removed-files
firefox libsoftokn3.chk res
firefox-bin libsoftokn3.so run-mozilla.sh
greprefs libssl3.so searchplugins
icons libxpcom_compat.so updater
libmozjs.so libxpcom_core.so updater.ini
libnspr4.so libxpcom.so xpicleanup

Thanks

sohny 01-27-2006 05:59 AM

it seems u dont hav to install

just cd to this directory in a terminal & type 'firefox'
it will open the browser.

u can also go throught that readme.txt file in an editor for more info

oookiezooo 01-27-2006 06:03 AM

Thanks alot. For the record, the readme file gives you a web link that contains very little information :)

sohny 01-27-2006 06:07 AM

yeah i dont usually go through all those README files. if & only if i find my self in a dead end do i go to those files.

Did the browser open up??

oookiezooo 01-27-2006 06:22 AM

well, no, at least i don't think so. Ferora Core 4 comes with firefox 1.0.7. I wanted to update to the latest version 1.5 i think (or whatever version i downloaded) when i run the firefox command it just loads up 1.0.7. Do you know how i should upgrade?

sohny 01-27-2006 06:34 AM

open a terminal in that directory u have downloaded into

type

./firefox

the dot is important

if that doesnt work u may need to run that shell script, which is
run-mozilla.sh by typing

./run-mozilla.sh

as for upgrading u just need to change the PATH variable in ur shell,to piont to ur new downloaded directory

oookiezooo 01-27-2006 06:57 AM

I get the following errors from those commands:

[Kieran@localhost firefox]$ ./firefox
./firefox-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

[Kieran@localhost firefox]$ ./run-mozilla.sh

run-mozilla.sh: Cannot execute .

Does this make any sense to you?

sohny 01-27-2006 07:04 AM

u need to give execute permission to that shell script

type

chmod 744 run-mozilla.sh

that is giving all permission to the owner of the file & read permission to the rest.

after the above command type

./run-mozilla.sh

oookiezooo 01-27-2006 07:12 AM

Still coming up with

run-mozilla.sh: Cannot execute .

By the way, this is typical of anything i try to do with Linux

pixellany 01-27-2006 07:31 AM

Quote:

Originally Posted by oookiezooo
By the way, this is typical of anything i try to do with Linux

Not sure what you mean---Do you mean it is typical to have problems?

To "run" a file, you need execute privileges. If you did chmod 744, you also need to be the owner of the file (or root) to run it.

I believe that I had to go find that same **.so file to install Firefox 1.5 Just type the filename into Google to find where to get it.

sohny 01-27-2006 07:34 AM

huh i think may be ur downlaod is not completely correct.here is a list of files i have

[.mozilla] browserconfig.properties
[chrome]
[components] [cpu]
[defaults] dependentlibs.list
[extensions] firefox
firefox-bin firefox-config
[greprefs] [icons]
[init.d] libfreebl_hybrid_3.chk
libfreebl_hybrid_3.so libfreebl_pure32_3.chk
libfreebl_pure32_3.so libmozjs.so
libnspr4.so libnss3.so
libnssckbi.so libplc4.so
libplds4.so libsmime3.so
libsoftokn3.chk libsoftokn3.so
libssl3.so libxpcom.so
libxpcom_compat.so libxpcom_core.so
libxpistub.so LICENSE
mozilla-installer-bin mozilla-xremote-client
moz_patch_checker.dtksh [plugins]
README.txt regxpcom
[res] run-mozilla.sh
[searchplugins] updater
updater.ini xpcshell
xpicleanup xpidl
xpt_dump xpt_link

& it works fine if i type firefox.

mine is version 1.5

paddy 02-14-2006 10:22 AM

@sohny: well, how did you install it?

@oookiezooo: it appears you need the libstdc++5 library which isn't standard in all distros

DeusExLinux 02-14-2006 01:57 PM

Have you tried using yum or apt-get to install it in the first place?

sohny 02-15-2006 04:06 AM

I didnt install just extarcted & started using firefox

paddy 02-15-2006 04:42 AM

ok, that's what I did


All times are GMT -5. The time now is 05:11 PM.