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
  • 1.  ACE Connector on Aix v7.2

    Posted Wed August 05, 2020 01:33 AM
    ​I'm trying to install the necessary rpm filesets and libraries to address ACE Connect error. I'm not sure which exact ones I need to install.


    /opt/IBM/mqsi/ace-11.0.0.8# ./ace
    Could not load program mqsiexplain:
    Could not load module /opt/IBM/mqsi/ace-11.0.0.8/server/lib/libnode.64.a.
            Dependent module libstdc++.a(libstdc++.so.6) could not be loaded.
    Could not load module libstdc++.a(libstdc++.so.6).
    System error: No such file or directory
    Could not load module mqsiexplain.
            Dependent module /opt/IBM/mqsi/ace-11.0.0.8/server/lib/libnode.64.a could not be loaded.
    Could not load module .
    Could not load program mqsiexplain:
    Could not load module /opt/IBM/mqsi/ace-11.0.0.8/server/lib/libnode.64.a.
            Dependent module libstdc++.a(libstdc++.so.6) could not be loaded.
    Could not load module libstdc++.a(libstdc++.so.6).
    System error: No such file or directory
    Could not load module mqsiexplain.
            Dependent module /opt/IBM/mqsi/ace-11.0.0.8/server/lib/libnode.64.a could not be loaded.
    Could not load module

    :/opt/IBM/mqsi/ace-11.0.0.8#

    :/# lslpp -l |grep xlC
      xlC.adt.include           16.1.0.0  COMMITTED  C Set ++ Ap                                       plication
      xlC.aix61.rte             16.1.0.3  APPLIED    IBM XL C++                                        Runtime for AIX 6.1
      xlC.cpp                    9.0.0.0  COMMITTED  C for AIX P                                       reprocessor
      xlC.rte                   16.1.0.3  APPLIED    IBM XL C++                                        Runtime for AIX
      xlC.sup.aix50.rte          9.0.0.1  COMMITTED  XL C/C++ Ru                                       ntime for AIX 5.2
    root@cor089xa091:/# lslpp -l |grep xlC
      xlC.adt.include           16.1.0.0  COMMITTED  C Set ++ Application
      xlC.aix61.rte             16.1.0.3  APPLIED    IBM XL C++ Runtime for AIX 6.1
      xlC.cpp                    9.0.0.0  COMMITTED  C for AIX Preprocessor
      xlC.rte                   16.1.0.3  APPLIED    IBM XL C++ Runtime for AIX
      xlC.sup.aix50.rte          9.0.0.1  COMMITTED  XL C/C++ Runtime for AIX 5.2

    ------------------------------
    Jim Courtright
    ------------------------------

    #AIXOpenSource


  • 2.  RE: ACE Connector on Aix v7.2

    Posted Wed August 05, 2020 07:28 AM
    Looks like it requires libstdc++ library from GCC.
    You need to install libstdc++ rpm from AIX Toolbox.

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



  • 3.  RE: ACE Connector on Aix v7.2

    Posted Thu August 06, 2020 03:22 AM
    libc++.a is part of the libc++.rte fileset. You may need to install libc++.rte.<version>.bff fileset. You can download the fileset from the below URL and installed the libc++.rte.<version>.bff fileset. 

    https://www.ibm.com/support/pages/node/795884

    The latest version can be download is 
    16.1.0.5-IBM-xlCcmp-AIX-FP005.tar.Z

    ------------------------------
    Ivan NG
    ------------------------------