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.  Error occurs when installing the rpm for IIM

    Posted Thu July 16, 2020 03:56 AM
      |   view attached
    We are currently installing the rpm for the IIM according to the following URL.
    https://www.ibm.com/support/knowledgecenter/en/SSEQTP_9.0.5/com.ibm.websphere.installation.base.doc/ae/tins_aixsetup.html

    When I tried to install gettext and libiconv packages at 9.i, I found that You will get the following error

    The following code is not supported in libglib-2.0.a(libglib-2.0.so.0):
    libglib-2.0.a(libglib-2.0.so.0) is needed by gettext-0.19.8.1-3.ppc
    libncurses.a(libncurses.so.6) is needed by gettext-0.19.8.1-3.ppc
    ####.

    I looked for libglib-2.0.a and libncurses.a in the toolbox, but the I can't find it.

    Please check the attached "IIM_install.txt" for the error log

    Please tell me how to deal with it.

    Thank you for your help.

    ------------------------------
    貴久 湯田
    ------------------------------

    Attachment(s)

    txt
    IIM_install.txt   5 KB 1 version


  • 2.  RE: Error occurs when installing the rpm for IIM

    Posted Thu July 16, 2020 04:04 AM
    The libraries are from glib2 and ncurses package. 
    I would recommend to use yum to install the packages. https://developer.ibm.com/technologies/systems/articles/configure-yum-on-aix

    ------------------------------
    Ayappan P
    ------------------------------



  • 3.  RE: Error occurs when installing the rpm for IIM

    Posted Thu July 16, 2020 05:03 AM
      |   view attached
    Thank you for the confirmation.

    After installing ncurses, I tried to install glib2, but the attached file (glib2_errlog.txt).

    This is the same kind of error that I've had before, and I can't figure out which rpm to install first. I don't know.

    ------------------------------
    貴久 湯田
    ------------------------------

    Attachment(s)

    txt
    glib2_errlog.txt   1 KB 1 version


  • 4.  RE: Error occurs when installing the rpm for IIM

    Posted Thu July 16, 2020 05:19 AM
    As mentioned, please configure yum and use yum to install the packages. 
    Otherwise it will be a nightmare to install the packages because of numerous dependencies.

    ------------------------------
    Ayappan P
    ------------------------------



  • 5.  RE: Error occurs when installing the rpm for IIM

    Posted Thu July 16, 2020 07:25 AM
    Thank you for the confirmation.

    Creating a local YUM repository
    To setup a local YUM repository, one of the systems must have access to the Internet and this system serves as the repository to other AIX systems.

    It is listed as such.

    This system does not have a server connected to the Internet.

    What should I do if it is not?

    ------------------------------
    貴久 湯田
    ------------------------------



  • 6.  RE: Error occurs when installing the rpm for IIM

    Posted Thu July 16, 2020 07:27 AM
    https://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/ezinstall/ppc/README-yum

    Check the URL and download the yum_bundle.tar, then add the rpm to I've got it all installed.

    ------------------------------
    貴久 湯田
    ------------------------------



  • 7.  RE: Error occurs when installing the rpm for IIM

    Posted Thu July 16, 2020 08:33 AM
    I was able to install it with the rpm command!

    ------------------------------
    貴久 湯田
    ------------------------------