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.  krb5-libs-1.18.5-2.ppc

    Posted Thu October 20, 2022 02:49 AM
    Hello,

    We are trying install  httpd  and failing for dependency. We have updated openssl to latest version.Same issue when updating krb5-libs also.

    -> Processing Dependency: libcrypto.a(libcrypto.so.1.1) for package: openldap-2.4.58-4.ppc
    --> Processing Dependency: libssl.a(libssl.so.1.1) for package: openldap-2.4.58-4.ppc



     sudo yum install httpd
    Setting up Install Process
    Resolving Dependencies
    --> Running transaction check
    ---> Package httpd.ppc 0:2.4.54-2 will be installed
    --> Processing Dependency: apr-util >= 1.6.1 for package: httpd-2.4.54-2.ppc
    --> Processing Dependency: openldap >= 2.4.58-4 for package: httpd-2.4.54-2.ppc
    --> Processing Dependency: libaprutil-1.so for package: httpd-2.4.54-2.ppc
    --> Processing Dependency: libcrypto.a(libcrypto.so.1.1) for package: httpd-2.4.54-2.ppc
    --> Processing Dependency: libssl.a(libssl.so.1.1) for package: httpd-2.4.54-2.ppc
    --> Running transaction check
    ---> Package apr-util.ppc 0:1.6.1-1 will be installed
    ---> Package httpd.ppc 0:2.4.54-2 will be installed
    --> Processing Dependency: libcrypto.a(libcrypto.so.1.1) for package: httpd-2.4.54-2.ppc
    --> Processing Dependency: libssl.a(libssl.so.1.1) for package: httpd-2.4.54-2.ppc
    ---> Package openldap.ppc 0:2.4.58-3 will be updated
    ---> Package openldap.ppc 0:2.4.58-4 will be an update
    --> Processing Dependency: libcrypto.a(libcrypto.so.1.1) for package: openldap-2.4.58-4.ppc
    --> Processing Dependency: libssl.a(libssl.so.1.1) for package: openldap-2.4.58-4.ppc
    --> Finished Dependency Resolution
    Error: Package: httpd-2.4.54-2.ppc (AIX_Toolbox)
    Requires: libssl.a(libssl.so.1.1)
    Error: Package: openldap-2.4.58-4.ppc (AIX_Toolbox)
    Requires: libcrypto.a(libcrypto.so.1.1)
    Error: Package: openldap-2.4.58-4.ppc (AIX_Toolbox)
    Requires: libssl.a(libssl.so.1.1)
    Error: Package: httpd-2.4.54-2.ppc (AIX_Toolbox)
    Requires: libcrypto.a(libcrypto.so.1.1)
    You could try using --skip-broken to work around the problem
    You could try running: rpm -Va --nofiles --nodigest

     # lslpp -l openssl.base
    Fileset Level State Description
    ----------------------------------------------------------------------------
    Path: /usr/lib/objrepos
    openssl.base 1.0.2.2105 COMMITTED Open Secure Socket Layer

    Path: /etc/objrepos
    openssl.base 1.0.2.2105 COMMITTED Open Secure Socket Layer


     # ar -tv /usr/lib/libssl.a
    rwxr-xr-x 0/0 728674 Sep 20 12:36 2022 libssl.so
    rwxr-xr-x 0/0 510766 Sep 20 12:36 2022 libssl.so.0.9.8
    rwxr-xr-x 0/0 728674 Sep 20 12:36 2022 libssl.so.1.0.0
    rwxr-xr-x 0/0 728648 Sep 30 07:53 2022 libssl.so.1.0.2


     # ar -tv /usr/lib/libcrypto.a
    rwxr-xr-x 0/0 3074538 Sep 20 12:36 2022 libcrypto.so
    rwxr-xr-x 0/0 2186744 Sep 20 12:36 2022 libcrypto.so.0.9.8
    rwxr-xr-x 0/0 3074538 Sep 20 12:36 2022 libcrypto.so.1.0.0
    rwxr-xr-x 0/0 3074538 Sep 20 12:35 2022 libcrypto.so.1.0.2

    ------------------------------
    mnk nav
    ------------------------------

    #AIXOpenSource


  • 2.  RE: krb5-libs-1.18.5-2.ppc

    Posted Thu October 20, 2022 02:53 AM
    You need to install openssl 1.1.1 version. All future Toolbox packages will be build against openssl 1.1.1

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