Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
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' ...
  1. #1
    nfm
    nfm is offline
    Just 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?

  2. #2
    Linux User peteh's Avatar
    Join Date
    Oct 2006
    Location
    UK
    Posts
    337
    Quote Originally Posted by nfm
    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?
    There may be other ways but I've found the easiest is to make a simlink in /usr/bin/

    ln -s /usr/lib/firefox/firefox /usr/bin/firefox

    Then insert 'firefox' in your menu command.
    Pete

  3. #3
    Just Joined!
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    53
    Quote Originally Posted by peteh

    Code:
    ln -s /usr/lib/firefox/firefox /usr/bin/firefox
    I am also trying to get firefox to work but I don't know what i am doing wrong.

    I've downloaded the firefox.tar.gz

    Then
    Code:
    - tar -zxvf firefox.tar.gz
    A map "firefox" is extracted

    Code:
    - cd firefox
    So now I have extracted the files and I am in the firefox directory

    Typing
    Code:
    - firefox
    gives me "no such file or directory" so which file can I excecute?
    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)

  4. #4
    Linux Enthusiast cousinlucky's Avatar
    Join Date
    Dec 2005
    Location
    New York City
    Posts
    575
    the Linux Opera 9.02 browser ( in my humble opinion ) is much better than any version of Firefox. Check it out for yourself!!

  5. #5
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    Next you probably have to,
    Code:
    ./configure
    make
    make install
    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.

    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

  6. #6
    Just Joined!
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    53
    Quote Originally Posted by smolloy
    Next you probably have to,
    Code:
    ./configure
    make
    make install
    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.
    I should have pointed out that i've read that tutorial before my post, and that

    Code:
    ./configure
    gives me "no such file or directory", typing it when i'm inside the extracted firefox map

    So when that isn't working, I have no idea of what to do

  7. #7
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    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

  8. #8
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    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

  9. #9
    Just Joined!
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    53
    Quote Originally Posted by smolloy
    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.
    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.

    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. #10
    Linux Guru Juan Pablo's Avatar
    Join Date
    Mar 2006
    Location
    /home/south_america/ecuador/quito
    Posts
    2,064
    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

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...