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.  Openssl version issue during dnf update

    Posted Thu October 12, 2023 04:13 PM

    Hi AIX Experts,

    I got the following error related to ssl version during the python 3.9 upgrade (running dnf update). Should I install package 'openssl-1.1.2.2000.tar.Z'? If yes, what's the installing command?

    Thanks

    Mi

     /opt/freeware/lib: ar -t libcrypto.a
    libcrypto.so
    libcrypto.so.0.9.8
    libcrypto.so.1.0.0
    libcrypto.so.1.0.2
    /opt/freeware/lib: ar -t libssl.a
    libssl.so
    libssl.so.0.9.8
    libssl.so.1.0.0
    libssl.so.1.0.2

    root /opt/freeware/lib: dnf update
    Local AIX generic repository                    3.0 MB/s | 3.0 kB     00:00
    Local AIX noarch repository                     3.0 MB/s | 3.0 kB     00:00
    Local AIX 7.2 specific repository               1.5 MB/s | 3.0 kB     00:00
    Error:
    Problem 1: package librepo-1.11.0-100.ppc requires curl >= 7.79.0, but none of the providers can be installed
      - package curl-7.83.1-1.ppc requires openldap >= 2.4.58, but none of the providers can be installed
      - cannot install the best update candidate for package librepo-1.11.0-32_1.ppc
      - nothing provides libcrypto.a(libcrypto.so.1.1) needed by openldap-2.4.58-4.ppc
      - nothing provides libssl.a(libssl.so.1.1) needed by openldap-2.4.58-4.ppc

    .........



    ------------------------------
    Mi Wang
    ------------------------------

    #AIXOpenSource


  • 2.  RE: Openssl version issue during dnf update

    Posted Fri October 13, 2023 03:07 AM

    Yes, you need to install the openssl-1.1.2.2000.tar.Z fileset. 

    uncompress openssl-1.1.2.2000.tar.Z
    tar -xf openssl-1.1.2.2000.tar
    cd openssl-1.1.2.2000
    installp -aFXYd . * 



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