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.  gnupg2 2.0.30-1 LIBPATH problem

    Posted Tue January 14, 2020 08:49 PM

    Originally posted by: JUN4_Paul_Zimmermann


    Having the an issue regarding gnupg2 and logrotate from the IBM AIX toolbox.

    #‌ gpg

    exec(): 0509-036 Cannot load program gpg because of the following errors:

        0509-022 Cannot load module /opt/freeware/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 gpg2_64.

        0509-150  Dependent module /opt/freeware/lib/libintl.a(libintl.so.8) could not be loaded.

        0509-022 Cannot load module .

    I have worked around the issue by doing the below. 

    With no real assistance from the IBM support case I raised.

    # mv /usr/lib/libiconv.a /usr/lib/libiconv.a.ORIG
    #
    # cp -p /opt/freeware/lib/libiconv.a /usr/lib/libiconv.a
     


    #AIX-Open-Source-Software
    #AIXOpenSource


  • 2.  Re: gnupg2 2.0.30-1 LIBPATH problem

    Posted Mon January 20, 2020 04:20 AM

    Originally posted by: AyappanP


    This is because the libpath of gnupg2 & logrotate is not proper. We will fix that and upload it soon.

    In the meanwhile, you can take gettext-0.19.8.1-5 that will avoid these kind of problems.

    http://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/gettext/gettext-0.19.8.1-5.aix6.1.ppc.rpm


    #AIXOpenSource
    #AIX-Open-Source-Software


  • 3.  Re: gnupg2 2.0.30-1 LIBPATH problem

    Posted Mon January 27, 2020 11:11 PM

    Originally posted by: JUN4_Paul_Zimmermann


    Thanks that has worked nicely.


    #AIXOpenSource
    #AIX-Open-Source-Software