AIX

AIX

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


#Power
 View Only

Installing Bash on Aix | Dependency issue

  • 1.  Installing Bash on Aix | Dependency issue

    Posted Mon June 09, 2014 02:12 AM

    Originally posted by: vbalaji11


    Hi all,

    For setting up Bash 4.2 on Aix 7, I have been trying to install its dependencies libiconv & gettext. But, I am facing the below dependency issues.
     

    rpm -ivh libiconv-1.14-1.aix6.1.ppc.rpm
    error: failed dependencies:
            libintl.a(libintl.so.8) is needed by libiconv-1.14-1
    
    rpm -ivh gettext-0.17-8.aix6.1.ppc.rpm
    error: failed dependencies:
            libiconv.a(libiconv.so.2) is needed by gettext-0.17-8
            libxlsmp.a(smprt.o) is needed by gettext-0.17-8
    


    I also referred the following link, which helped me understand the problem.

    http://www.perzl.org/aix/index.php?n=FAQs.FAQs#toolbox-compatibility-issue

    Request your kind support and advice. Thanks in advance.


    #AIX-Forum