AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
  • 1.  unable launch the firefox browser on AIX 6.1

    Posted Sat March 09, 2013 03:10 PM

    Originally posted by: SystemAdmin


    I am getting following errors..Can you please provide any suggesions..

    bash-4.2# firefox
    Could not load program /usr/mozilla/firefox/firefox-bin:
    Could not load module /opt/freeware/lib/libfontconfig.a(libfontconfig.so.1).
    Dependent module /usr/lib/libiconv.a(libiconv.so.2) could not be loaded.
    Member libiconv.so.2 is not found in archive
    Could not load module firefox-bin.
    Dependent module /opt/freeware/lib/libfontconfig.a(libfontconfig.so.1) could not be loaded.
    Could not load module .
    bash-4.2#
    #AIX-Forum


  • 2.  Re: unable launch the firefox browser on AIX 6.1

    Posted Sun March 10, 2013 01:25 AM

    Originally posted by: romeo_ninov


    You do not have two libraries:
    libfontconfig.so.1
    libiconv.so.2
    Install the RPM packages
    #AIX-Forum


  • 3.  Re: unable launch the firefox browser on AIX 6.1

    Posted Mon August 12, 2013 02:27 PM
      |   view attached

    Originally posted by: micheri


    I am getting a similar error: 

    bash-4.2# firefox
    exec(): 0509-036 Cannot load program /usr/mozilla/firefox/firefox-bin because of the following errors:
            0509-022 Cannot load module /usr/lib/libcairo.a(libcairo.so.2).
            0509-150   Dependent module /usr/lib/libXrender.a(libXrender.so.1) could not be loaded.
            0509-152   Member libXrender.so.1 is not found in archive
            0509-022 Cannot load module firefox-bin.
            0509-150   Dependent module /usr/lib/libcairo.a(libcairo.so.2) could not be loaded.
            0509-022 Cannot load module .

    I do have those RPM installed but I wonder if pre-requisites for another app bugged the firefox app.  Client's wishlist seem to be endless at times...

    Smitty fails to repush firefox bundle and the client started production before noticing the browser break so I can't rebuild OS.

    I attached the list of rpm in a file as it didn't all fit in here. 


    #AIX-Forum

    Attachment(s)

    txt
    rpm .txt   2 KB 1 version


  • 4.  Re: unable launch the firefox browser on AIX 6.1

    Posted Sat May 17, 2014 11:58 PM

    Originally posted by: igtoth


    I am having the same problem: (any idea how to fix that?)

    [server01:root:/:] firefox
    exec(): 0509-036 Cannot load program /opt/firefox/firefox-bin because of the following errors:
            0509-022 Cannot load module /usr/lib/libcairo.a(libcairo.so.2).
            0509-150   Dependent module /usr/lib/libXrender.a(libXrender.so.1) could not be loaded.
            0509-152   Member libXrender.so.1 is not found in archive
            0509-022 Cannot load module firefox-bin.
            0509-150   Dependent module /usr/lib/libcairo.a(libcairo.so.2) could not be loaded.
            0509-022 Cannot load module .


    #AIX-Forum


  • 5.  Re: unable launch the firefox browser on AIX 6.1

    Posted Mon April 13, 2015 07:17 AM

    Originally posted by: joseangelgomezlopez


    try this sequence:
     
    1. uninstall previous firefox version
    2. download an install the following packages:
    2.1. firefox-3.6.28-3.aix5.3.ppc.rpm ( http://www.linkitup.de/ForAIX/Firefox/ )
    2.1. libXcursor-1.1.14-1.aix6.1.ppc.rpm ( http://www.perzl.org/aix/index.php?n=Main.LibXcursor )
    3. export LIBPATH=/opt/freeware/lib64:/opt/freeware/lib
    4. launch firefox

    It worked for me.


    #AIX-Forum