Open Source Development

Power Open Source Development

Explore the open source tools and capabilities for building and deploying modern applications on IBM Power platforms including AIX, IBM i, and Linux.


#Power


#Power

 View Only
Expand all | Collapse all

wget in AIX v7.1

  • 1.  wget in AIX v7.1

    Posted Thu November 15, 2018 09:36 AM

    Originally posted by: Rajeev Gaurav


    Hi All,

     

    Trying to install wget rpm package in AIX v7.1 but getting dependency error. Also the dependent file "/opt/freeware/lib/libintl.a(libintl.so.8)"not available please help on this how to resolve this issue

    # rpm -qa|grep -i wget

    wget-1.19.2-1.ppc
    #
    #
    # wget -V
    exec(): 0509-036 Cannot load program wget because of the following errors:
            0509-150   Dependent module /opt/freeware/lib/libintl.a(libintl.so.8) could not be loaded.
            0509-152   Member libintl.so.8 is not found in archive
     


    #AIXOpenSource
    #AIX-Open-Source-Software


  • 2.  Re: wget in AIX v7.1

    Posted Thu November 15, 2018 09:53 AM

    Originally posted by: AyappanP


    You don't seems to have recent gettext rpm. Install it from AIX Toolbox.


    #AIX-Open-Source-Software
    #AIXOpenSource


  • 3.  Re: wget in AIX v7.1

    Posted Fri November 16, 2018 05:09 AM

    Originally posted by: Rajeev Gaurav


    I updated gettext rpm with option --nodeps and it worked fine.

    Thanks a lot for your help in this :-)

     


    #AIXOpenSource
    #AIX-Open-Source-Software