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
Expand all | Collapse all

DNF not installing after migrating to AIX 7.3

  • 1.  DNF not installing after migrating to AIX 7.3

    Posted Wed February 21, 2024 10:37 AM

    Hello,

    I just migrated to AIX 7.3 and getting this message after trying to install DNF_73 - note getting this ca-certificate message on a number of files - just cut the last few lines out to provide an example. Thanks!

           file /var/ssl/certs/emSign_Root_CA_-_C1.crt conflicts between attempted installs of ca-certificates-2023.2.60-0.ppc and ca-certificates-2023.2.60-0.ppc
            file /var/ssl/certs/emSign_Root_CA_-_G1.crt conflicts between attempted installs of ca-certificates-2023.2.60-0.ppc and ca-certificates-2023.2.60-0.ppc
            file /var/ssl/certs/vTrus_ECC_Root_CA.crt conflicts between attempted installs of ca-certificates-2023.2.60-0.ppc and ca-certificates-2023.2.60-0.ppc
            file /var/ssl/certs/vTrus_Root_CA.crt conflicts between attempted installs of ca-certificates-2023.2.60-0.ppc and ca-certificates-2023.2.60-0.ppc

    dnf installation failed.



    ------------------------------
    Frank Malvestuto
    ------------------------------


  • 2.  RE: DNF not installing after migrating to AIX 7.3

    Posted Thu February 22, 2024 08:53 AM

    Hi Frank,

    Do you have ca-certificates-2021.2.52-1.aix6.1.ppc.rpm installed currently ?

    This version of rpm was having issue.

    # rpm -ivh ca-certificates-2021.2.52-1.aix6.1.ppc.rpm
    Verifying...                          ################################# [100%]
    Preparing...                          ################################# [100%]
    Updating / installing...
       1:ca-certificates-2021.2.52-1      ################################# [100%]
    Doing /var/ssl/certs
    Doing /var/ssl/64/certs
    /var/ssl/certs exists. Save it as /var/ssl/certs.orig.
    # rpm -qf /var/ssl/certs/ACCVRAIZ1.crt
    ca-certificates-2021.2.52-1.ppc
    ca-certificates-2021.2.52-1.ppc

    And your issue is same as discussed here in this post.

    https://community.ibm.com/community/user/power/discussion/aix-72-tl5-sp4-yum-update-to-dnf-fails-with-the-following-errors#bme1a9d7d8-51b4-4779-9bff-1f5bd0295bd9



    ------------------------------
    SANGAMESH
    ------------------------------