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
  • 1.  How to remove depedencies in AIX 6.1 while installing python 2.7

    Posted Thu October 08, 2020 01:24 AM

    Team , I need help if some one could please let me know how to remove these below dependecies while installing python 2.7

    FYI...current os level on server is 6.1 TL9 SP12

    aubcxAIX6.1: /home/P758011d/python#rpm -ivh python-2.7.12-2.aix6.1.ppc.rpm
    error: failed dependencies:
    gdbm is needed by python-2.7.12-2
    libcrypto.a(libcrypto.so) is needed by python-2.7.12-2
    libdb-4.8.so is needed by python-2.7.12-2
    libffi.a(libffi.so.6) is needed by python-2.7.12-2
    libgdbm.a(libgdbm.so.3) is needed by python-2.7.12-2
    libncurses.a(libncurses.so.6) is needed by python-2.7.12-2
    libpanel.a(libpanel.so.6) is needed by python-2.7.12-2
    libssl.a(libssl.so) is needed by python-2.7.12-2



    ------------------------------
    Pankaj Kumar
    ------------------------------


  • 2.  RE: How to remove depedencies in AIX 6.1 while installing python 2.7

    Posted Thu October 08, 2020 01:31 AM
    These are the required libraries  need to be installed along with the python.

    For installing packages it's always better to use YUM which takes care of installing the dependent packages.
    Have a look at this article on setting YUM on AIX.
    https://developer.ibm.com/technologies/systems/articles/configure-yum-on-aix/

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



  • 3.  RE: How to remove depedencies in AIX 6.1 while installing python 2.7

    Posted Thu October 08, 2020 03:32 AM
    Hi Team,

    Is there any other alternative ? i.e. can't we install these libraries individually by downloading from some where ?

     


    Regards ,
    PANKAJ KUMAR
    Midrange AIX – SME

    IBM India Pvt. Ltd.
    ASF-Insignia , Gwal Pahari,
    Gurugram , Haryana
    Mobile: +91-9911218600  || e-mail: pankakun@in.ibm.com





  • 4.  RE: How to remove depedencies in AIX 6.1 while installing python 2.7

    Posted Thu October 08, 2020 04:30 AM
    Here is the list of dependencies you need to download manually from AIX Toolbox and install it along with python.
    https://www.ibm.com/support/pages/aix-toolbox-linux-applications-downloads-alpha


    bash
    bzip2
    db
    expat
    gdbm
    gettext
    glib2
    info
    libffi
    libgcc
    libiconv
    libstdc++
    libunistring
    libxml2
    ncurses
    readline
    sqlite
    xz-libs
    zlib

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