Power

 View Only
  • 1.  when I installed gcc on 7.1

    Posted 08/23/22 04:46 PM
    rpm -Uvh libgcc-8-1.aix7.2.ppc.rpm libgcc8-8.3.0-6.aix7.1.ppc.rpm libstdcplusplus-8-1.aix7.1.ppc.rpm libstdcplusplus8-8.3.0-6.aix7.1.ppc.rpm


    error: Failed dependencies:
    libgcc = 4.8.2-1 is needed by (installed) gcc-4.8.2-1.ppc
     >>rpm -qa |grep libgcc
    libgcc-4.8.2-1.ppc
    >> rpm -qa |grep gcc
    gcc-4.8.2-1.ppc
    gcc-cpp-4.8.2-1.ppc
    libgcc-4.8.2-1.ppc
    gcc-c++-4.8.2-1.ppc
    gcc-gfortran-4.8.2-1.ppc

    ------------------------------
    Ivan Chan
    ------------------------------


  • 2.  RE: when I installed gcc on 7.1

    Posted 08/25/22 01:57 PM
    If you can, I'd recommend on alternating `rpm -qa` to list all packages and `rpm -e` on one package at a time until you're at a very minimal set necessary to run AIX-rpm.  Then you can install `dnf` from the AIX toolbox and use that instead of RPM.  It can be a little annoying having to remove all the packages, but it's worth it to start clean where you can manage it.  Even when you don't have internet access, DNF being able to decide what is necessary to install and not is much nicer than manually managing things through RPM.
    You'll probably have to make sure SSL is up to date and also run /usr/sbin/updtvpkg to make sure rpm is aware of it.

    ------------------------------
    Taylor Richberger
    ------------------------------