Results 1 to 10 of 17
Hello all,
I found instructions on installing Firefox on Linux in which it was simply stated that package was needed to be extracted. I extracted the package to the 'usr/lib/firefox' ...
- 10-23-2006 #1Just Joined!
- Join Date
- Oct 2006
- Location
- Chicago, IL
- Posts
- 2
Problem with starting Firefox 2.0
Hello all,
I found instructions on installing Firefox on Linux in which it was simply stated that package was needed to be extracted. I extracted the package to the 'usr/lib/firefox' dir but I have problem starting it up from s shortcut in start menu, however it works by running 'firefox' perl script. How can this be fixed?
- 10-23-2006 #2There may be other ways but I've found the easiest is to make a simlink in /usr/bin/
Originally Posted by nfm
ln -s /usr/lib/firefox/firefox /usr/bin/firefox
Then insert 'firefox' in your menu command.Pete
- 10-23-2006 #3Just Joined!
- Join Date
- Oct 2006
- Location
- Sweden
- Posts
- 53
I am also trying to get firefox to work but I don't know what i am doing wrong.
Originally Posted by peteh
I've downloaded the firefox.tar.gz
Then
A map "firefox" is extractedCode:- tar -zxvf firefox.tar.gz
So now I have extracted the files and I am in the firefox directoryCode:- cd firefox
Typing
gives me "no such file or directory" so which file can I excecute?Code:- firefox
The readme file tells me to go to firefox.com but that aint helping me either.
I am running gnome on a debian system if that makes any difference (but i'm guessing it doesn't)
- 10-23-2006 #4
the Linux Opera 9.02 browser ( in my humble opinion ) is much better than any version of Firefox. Check it out for yourself!!
- 10-23-2006 #5
Next you probably have to,
First read the tutorial on the top of this page on installing software. At least read the parts on installing from source, and the part specific to your distro. This should help.Code:./configure make make install
Then read any README files in your new firefox folder.
Good luck
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
- 10-23-2006 #6Just Joined!
- Join Date
- Oct 2006
- Location
- Sweden
- Posts
- 53
I should have pointed out that i've read that tutorial before my post, and that
Originally Posted by smolloy
gives me "no such file or directory", typing it when i'm inside the extracted firefox mapCode:./configure
So when that isn't working, I have no idea of what to do
- 10-23-2006 #7
Perhaps you have to run ./install, or something like that?
Look around inside the new firefox folder to see if there are any readme or help files. Or anything that looks like a text file with instructions in it. There's probably something in there that will tell you what to do.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
- 10-23-2006 #8
Sorry. I just see that you've already looked at the readme.
Look for any executables in the directory (use ls -al to see what's in there, and look for any that are executable -- i.e. have a little "r-x" to the left hand side)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
- 10-23-2006 #9Just Joined!
- Join Date
- Oct 2006
- Location
- Sweden
- Posts
- 53
Well, I am not familier with the linux file extensions but I can't find any install or any obvious file that should do the trick.
Originally Posted by smolloy
One file is just called "firefox" and it isn't a map but the command "firefox" gives me "no such file". I can open the file with a text-editor so maybe it's the source? which means that I should compile it but ./configure or ./install gives me nothing
I have no idea what to do, and the readme file tells me to go to firefox.com and they tell nothing usefull.
Any other ideas? I want to learn to install by my self but this isn't going to good
- 10-23-2006 #10
try
./run-mozilla.sh
Firefox is already compiled
Linux doesn't need file extensions but they are often used to simplify some tasks.
If you want to know what run-mozilla.sh does, use "less run-mozilla.sh"Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums


Reply With Quote