<---- template headericclude ----->
[SOLVED] Installing SRW Iron browser in Fedora
FedoraForum.org - Fedora Support Forums and Community
Results 1 to 5 of 5
  1. #1
    Join Date
    May 2011
    Posts
    165
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Installing SRW Iron browser in Fedora

    1. Download and extract the tar.gz file anywhere on your computer.

    2. Run it by double clicking the 'Iron' file or opening it from Terminal by typing './iron'

    3. If you get an error that says error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory , you need to create a soft link to the libbz2 file located in /lib. That can be done in the following manner:

    cd /lib
    ln -s libbz2.so.1.0.6 libbz2.so.1.0


    You may have to replace 1.0.6 with the version number of the file that's on your computer.

  2. #2
    Join Date
    Mar 2011
    Location
    Zagreb
    Posts
    21
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Installing SRW Iron browser in Fedora

    Quote Originally Posted by cymbaline42
    1. Download and extract the tar.gz file anywhere on your computer.

    2. Run it by double clicking the 'Iron' file or opening it from Terminal by typing './iron'

    3. If you get an error that says error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory , you need to create a soft link to the libbz2 file located in /lib. That can be done in the following manner:

    cd /lib
    ln -s libbz2.so.1.0.6 libbz2.so.1.0


    You may have to replace 1.0.6 with the version number of the file that's on your computer.
    I run fedora 15 /64 with gnome 3. I try to run iron with your tuto but it is not working with me. I try with
    Code:
    [root@....... ~]# cd /lib64/
    [root@..... lib64]# ln -s libbz2.so.1.0.6. libbz2.so.1.0
    ln: failed to create symbolic link `libbz2.so.1.0': File exists
    [root@..... lib64]# cd /lib
    [root@..... lib]# ln -s libbz2.so.1.0.6. libbz2.so.1.0
    ln: failed to create symbolic link `libbz2.so.1.0': File exists
    [root@....... lib]# cd /home/komir/Downloads/iron-linux-64
    [root@..... iron-linux-64]# ./iron
    ./iron: error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory
    Can you,please, help me ?
    Last edited by komir; 27th July 2016 at 08:47 PM.

  3. #3
    Join Date
    May 2011
    Posts
    165
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Installing SRW Iron browser in Fedora

    Quote Originally Posted by komir
    I run fedora 15 /64 with gnome 3. I try to run iron with your tuto but it is not working with me. I try with
    Code:
    [root@....... ~]# cd /lib64/
    [root@..... lib64]# ln -s libbz2.so.1.0.6. libbz2.so.1.0
    ln: failed to create symbolic link `libbz2.so.1.0': File exists
    [root@..... lib64]# cd /lib
    [root@..... lib]# ln -s libbz2.so.1.0.6. libbz2.so.1.0
    ln: failed to create symbolic link `libbz2.so.1.0': File exists
    [root@....... lib]# cd /home/komir/Downloads/iron-linux-64
    [root@..... iron-linux-64]# ./iron
    ./iron: error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory
    Can you,please, help me ?
    Remove the extra dot '.' that you have added after '1.0.6' in the ln -s line.

    It should be '1.0.6' , not '1.0.6.'

  4. #4
    Join Date
    Jun 2011
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Installing SRW Iron browser in Fedora

    cymbaline42, thank you very much. I now, after months, have iron browser running on my system.

  5. #5
    Join Date
    May 2011
    Posts
    165
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Installing SRW Iron browser in Fedora

    You're very welcome, CaptainNima.

Similar Threads

  1. SRware iron
    By komir in forum Using Fedora
    Replies: 10
    Last Post: 23rd June 2011, 02:41 AM
  2. Replies: 4
    Last Post: 20th February 2011, 08:54 PM
  3. error in installing java plugins for my browser
    By rohit83.ken in forum Using Fedora
    Replies: 1
    Last Post: 7th January 2008, 05:18 AM
  4. Installing OPERA browser
    By pradovic in forum Using Fedora
    Replies: 5
    Last Post: 31st January 2005, 01:47 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
[[template footer(Guest)]]