AIX Open Source

AIX Open Source

Share your experiences and connect with fellow developers to discover how to build and manage open source software for the AIX operating system

 View Only
  • 1.  aix 7.2 TL5 SP1 /// where to get all packages with its dependencies for GCC compiler

    Posted Mon March 22, 2021 09:47 AM
    Hi All,

    I have aix 7.2 TL5 PS1 installed

    now I want to installed GCC compiler with all its  dependencies , because it's not possible to install dependencies   one by one 

    kindly share me any link of gcc compiler zip package

    regards,
    Prasad

    ------------------------------
    Prasad Thorbole
    ------------------------------


  • 2.  RE: aix 7.2 TL5 SP1 /// where to get all packages with its dependencies for GCC compiler

    Posted Mon March 22, 2021 09:50 AM
    Hi Prasad,

    There is no zip package, yum is the right way to install any package and dependencies from AIX toolbox.
    Otherwise you will have to find dependencies manually and that is very frustrating.

    ------------------------------
    SANKET RATHI
    ------------------------------



  • 3.  RE: aix 7.2 TL5 SP1 /// where to get all packages with its dependencies for GCC compiler

    Posted Mon March 22, 2021 09:57 AM
    Hi Sanket,

    I have aix 7.2 TL5 SP1

    I installed yum file set from below link

    https://developer.ibm.com/technologies/systems/articles/configure-yum-on-aix/

    I used offline method to configure YUM , so i download yum_bundle.tar file and installed of rpm from its

    but when I run "yum list" command i get below error

    root@aegeccdev:/#yum list
    There was a problem importing one of the Python modules
    required to run yum. The error leading to this problem was:

    0509-022 Cannot load module /usr/lib/libintl.a(libintl.so.8).
    0509-150 Dependent module /usr/lib/libiconv.a(libiconv.so.2) could not be loaded.
    0509-152 Member libiconv.so.2 is not found in archive
    0509-022 Cannot load module /opt/freeware/lib/python2.7/site-packages/rpm/_rpm.so.
    0509-150 Dependent module /usr/lib/libintl.a(libintl.so.8) could not be loaded.

    Please install a package which provides this module,or
    verify that the module is installed correctly.


    It's possible that the above module doesn't match the
    current version of Python, which is:
    2.7.10 (default, Jun 22 2016, 05:57:59) [C]

    If you cannot solve this problem yourself, please go to
    the yum faq at:
    yum.baseurl.org/wiki/Faq

    I have latest rpm.rte version that is 4.15.1.1

    kindly help me so solve this yum  issue

    Regards,
    Prasad

    ------------------------------
    Prasad Thorbole
    ------------------------------