Find the answer to your Linux question:
Results 1 to 6 of 6
hi i m using RedHat Linux 4.7 update 3 i need to upgrade firefox 3.0.1 to 3.5.19 firefox installed in /usr/lib/firefox-3.0.1 i already tried too many methods but cant get ...
  1. #1
    Just Joined!
    Join Date
    Jan 2011
    Posts
    3

    Exclamation Need to upgrade Firefox in RedHat Linux 4.7 update 3

    hi

    i m using RedHat Linux 4.7 update 3
    i need to upgrade firefox 3.0.1 to 3.5.19

    firefox installed in /usr/lib/firefox-3.0.1

    i already tried too many methods but cant get it work
    also i downloaded firefox 3.5.19.tar.bz2

    kindly help any1

  2. #2
    Linux Guru
    Join Date
    May 2011
    Posts
    1,843
    if you have firefox-3.5.19.tar.gz in /tmp, then try the following (as root):

    To unpackage the tarball:
    Code:
    tar -C /usr/local -jxf /tmp/firefox-3.5.19.tar.gz
    To test it:
    Code:
    /usr/local/firefox/firefox -version
    Back up the existing version:
    Code:
    mv /usr/bin/firefox /usr/bin/firefox.orig
    Make the new version the default:
    Code:
    ln -s /usr/local/firefox/firefox /usr/bin/firefox
    Then log off and log on and see if things work as expected.

  3. #3
    Just Joined!
    Join Date
    Jan 2011
    Posts
    3

    Unhappy

    Quote Originally Posted by atreyu View Post
    if you have firefox-3.5.19.tar.gz in /tmp, then try the following (as root):

    To unpackage the tarball:
    Code:
    tar -C /usr/local -jxf /tmp/firefox-3.5.19.tar.gz
    To test it:
    Code:
    /usr/local/firefox/firefox -version
    Back up the existing version:
    Code:
    mv /usr/bin/firefox /usr/bin/firefox.orig
    Make the new version the default:
    Code:
    ln -s /usr/local/firefox/firefox /usr/bin/firefox
    Then log off and log on and see if things work as expected.

    it didnt workout.

  4. #4
    Linux Guru
    Join Date
    May 2011
    Posts
    1,843
    Can you be more specific? What did work and what didn't work?

  5. #5
    Just Joined!
    Join Date
    Jan 2011
    Posts
    3

    Unhappy

    Quote Originally Posted by atreyu View Post
    if you have firefox-3.5.19.tar.gz in /tmp, then try the following (as root):

    To unpackage the tarball:
    Code:
    tar -C /usr/local -jxf /tmp/firefox-3.5.19.tar.gz
    To test it:
    Code:
    /usr/local/firefox/firefox -version
    Back up the existing version:
    Code:
    mv /usr/bin/firefox /usr/bin/firefox.orig
    Make the new version the default:
    Code:
    ln -s /usr/local/firefox/firefox /usr/bin/firefox
    Then log off and log on and see if things work as expected.
    when i did this "
    Code:
    /usr/local/firefox/firefox -version
    "
    below error appeared
    http : / / i 5 3 . t i n y p i c . c o m / 2 4 b s 1 h d . j p g

    then i backed up the firefox and made the new version default but it didnt work out, when i try to open firefox it blinks on the taskbar but firefox wont open.

  6. #6
    Linux Guru
    Join Date
    May 2011
    Posts
    1,843
    Okay, you are missing a library required by that version of Firefox. I'm not sure if that version is available pre-packaged for your distro. If it is not, you're probably out of luck, unless you want to try to install the library by hand, which is not a pretty prospect.

    I'll check out the RH4.7 distro and see what is available...

    meantime, you can just do this to restore your original firefox:
    Code:
    mv -f /usr/bin/firefox.orig /usr/bin/firefox
    EDIT:
    okay, i found the library in the package frysk in CentOS 4.7, which is binary compatible with your OS. It is installed to:
    /usr/lib/frysk/libpangocairo-1.0.so.0
    Do you have access to the original installation media or do you have a RH login?

    If not, you COULD use the CentOS package, but it is better to use the official packages from Red Hat.

Posting Permissions

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