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

yum for AIX and empty tk and tcl 8.4.7-4.aix6.1.ppc.rpm

  • 1.  yum for AIX and empty tk and tcl 8.4.7-4.aix6.1.ppc.rpm

    Posted Thu February 15, 2018 11:24 PM

    Originally posted by: mmorgan1


    I am attempting to install yum for AIX (yum_bundle.tar) in order to install cloud-init for a PowerVC 1.4 implementation. The yum_bundle.tar packages will not install for the following prerequisite error:

    error: failed dependencies:

    libtcl8.4.so is needed by python-2.7.10-1

    libtk8.4.so is needed by python-2.7.10-1

    I had great hopes for fixing these dependencies by downloading the individual requisites from here:

    https://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/tcltk/

    However, I found to my dismay that BOTH these respective RPM files were empty!

    
    
    tcl-8.4.7-4.aix6.1.ppc.rpm             30-Jul-2009 12:02  5.0K 
    
    
    
    tk-8.4.7-4.aix6.1.ppc.rpm              30-Jul-2009 12:02  5.0K 
    

    Does anyone know where I might find intact versions of these RPMs for AIX?

     

     

     

     



  • 2.  Re: yum for AIX and empty tk and tcl 8.4.7-4.aix6.1.ppc.rpm

    Posted Fri February 16, 2018 12:10 AM

    Originally posted by: sangameshm


    Just run "updtvpkg" command which will solve the lib tcl/tk dependency problem and try installing packages from the bundle .

    Those two library comes from the AIX base lpp packages.

     

    Thanks,

    Sangmaesh