Power

 View Only
  • 1.  P7zip installation

    Posted Thu March 16, 2023 10:47 AM

    We were able to install P7zip in one of the server and it was successful, but facing issue on other and could not be rectified. need assistance on same.

    root@X:/p7zip# ls
    libgcc-10-2.aix7.1.ppc.rpm                       libstdcplusplus-devel-10-2.aix7.1.ppc.rpm        p7zip-16.02-1.aix6.1.ppc.rpm
    libgcc10-10.3.0-6.aix7.1.ppc.rpm                 libstdcplusplus10-10.3.0-6.aix7.1.ppc.rpm
    libstdcplusplus-10-2.aix7.1.ppc.rpm              libstdcplusplus10-devel-10.3.0-6.aix7.1.ppc.rpm
    root@X:/p7zip#

    root@X:/# cd p7zip
    root@X:/# rpm -ivh *
    error: Failed dependencies:
            libgcc <= 9.1.0 conflicts with libgcc10-10.3.0-6.ppc
    root@X:/# rpm -qav | grep -i libgcc
    libgcc-6.2.0-1.ppc
    root@X:/# cd /opt/freeware
    root@X:/opt/freeware# ls
    bin       doc       include   lib       libexec   man       rpm40     share     ssh
    cimom     etc       info      lib64     licenses  packages  sbin      src
    root@X:/opt/freeware# cd libexec
    root@X:/opt/freeware/libexec# ls
    gcc   sudo
    root@X:/opt/freeware/libexec# cd gcc
    root@X:/opt/freeware/libexec/gcc# ls
    powerpc-ibm-aix7.1.0.0
    root@X:/opt/freeware/libexec/gcc#



    ------------------------------
    Vijay Kumar Kanukula
    ------------------------------


  • 2.  RE: P7zip installation

    Posted Thu March 16, 2023 12:19 PM

    I think we established dnf from AIX Open Source Toolbox works fine.
    This is now a problem with your particular AIX VM.

    AIX Support does not cover this. Nor does Community support. 
    I certainly do not have the time.

    Your could hire IBM Lab Services to assist you.

    Good luck, N



    ------------------------------
    Nigel Griffiths
    ------------------------------



  • 3.  RE: P7zip installation

    Posted Fri March 17, 2023 09:37 AM

    AIX 7.1 goes out of support at end of April. I hope you have extended support contract for this.

     

    Just install – zip and unzip from IBM Linux tool box and you will be done with it. Very simple why you want to use 7-zip. As Niegel said it is community service. You have to do most of the work.  Just use zip and unzip. This people could be part of Kendryl in India.

     

     

     






  • 4.  RE: P7zip installation

    Posted Fri March 17, 2023 11:07 AM

    Hello Thanks for your response!

    Customer wants to open the file which is encrypted in "AES-256" format. That is the reason we are installing P7zip.



    ------------------------------
    Vijay Kumar Kanukula
    ------------------------------



  • 5.  RE: P7zip installation

    Posted Mon March 20, 2023 09:13 AM

    This is a free ware software. You get it free you are not paying license fees.

    Do rpm -qa | grep libgcc and find installed libgcc if you have older version on the server that you may have to uninstall it. Do preview uninstall first.

    Also do preview install and find out dependencies and download all dependencies first.