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.  gnupg2 install

    Posted Tue April 02, 2019 09:38 AM

    Originally posted by: @AAB


    Hi

    Am facing one requisite issue to install Gnupg2 (gnupg2-2.0.30-1.aix6.1.ppc.rpm) from Linux Toolbox.

    Error: Package: gnupg2-2.0.30-1.ppc (/gnupg2-2.0.30-1.aix6.1.ppc)
               Requires: libpth.a(libpth.so.20)

    Where can i find this library please ?

    Best regards

    Abderahim



  • 2.  Re: gnupg2 install

    Posted Tue April 02, 2019 11:17 PM

    Originally posted by: sangameshm


    This library comes from pth package which is available on AIX Toolbox.

     

    # yum list pth
    AIX_Toolbox                                                    | 2.9 kB  00:00:00     
    AIX_Toolbox_72                                                 | 2.9 kB  00:00:00     
    AIX_Toolbox_noarch                                             | 2.9 kB  00:00:00     
    Available Packages
    pth.ppc                              2.0.7-2                               AIX_Toolbox

    # yum install pth
    Setting up Install Process
    Resolving Dependencies
    --> Running transaction check
    ---> Package pth.ppc 0:2.0.7-2 will be installed
    --> Finished Dependency Resolution

    Dependencies Resolved

    ======================================================================================
     Package         Arch            Version                Repository               Size
    ======================================================================================
    Installing:
     pth             ppc             2.0.7-2                AIX_Toolbox             196 k

    Transaction Summary
    ======================================================================================
    Install       1 Package

    Total download size: 196 k
    Installed size: 615 k
    Is this ok [y/N]: y
    Downloading Packages:
    pth-2.0.7-2.aix6.1.ppc.rpm                                     | 196 kB  00:00:01     
    Running Transaction Check
    Running Transaction Test
    Transaction Test Succeeded
    Running Transaction
    Warning: RPMDB altered outside of yum.
      Installing : pth-2.0.7-2.ppc                                                    1/1

    Installed:
      pth.ppc 0:2.0.7-2                                                                   

    Complete!

    # ar -X32_64 -tv /opt/freeware/lib/libpth.a
    rwxr-xr-x   205/1     129336 Jan 18 22:31 2018 libpth.so.20
    rwxr-xr-x   205/1     143030 Jan 18 22:30 2018 libpth.so.20

     

    Thanks,

    Sangamesh