Power

 View Only
  • 1.  Need assistance installing OS python3.9 onto AIX 7.1

    Posted Fri March 08, 2024 03:59 PM

    Let me say right up front that I am NOT using dnf. Instead, I am downloading individual packages from the AIX Toolbox for Open Source Software. And I prefer it that way. I've got all the requisites installed for python3.9 already, but upon attempting to install the python3.9 package itself, I am getting the following error:

    error: Failed dependencies:

    libcrypto.a(libcrypto.so.1.1) is needed by python3.9-3.9.18-1.ppc

    libssl.a(libssl.so.1.1) is needed by python3.9-3.9.18-1.ppc

    I have those shared objects provided in archive files via openssl.base:

    # lslpp -Lc openssl.base | grep -v '^#'

    openssl.base:openssl.base:1.1.2.1200: : :C: :Open Secure Socket Layer: : : : : : :0:0:/:

    root@pzaeng103 / >

    # ar -t /usr/lib/libcrypto.a

    libcrypto.so

    libcrypto.so.0.9.8

    libcrypto.so.1.0.0

    libcrypto.so.1.0.2

    libcrypto.so.1.1

    root@pzaeng103 / >

    # ar -t /usr/lib/libssl.a

    libssl.so

    libssl.so.0.9.8

    libssl.so.1.0.0

    libssl.so.1.0.2

    libssl.so.1.1

     How do I make them available as runtime libraries that the rpm installer would recognize? I feel as though I am VERY close! I was able to install successfully onto AIX 7.2 and AIX 7.3 without encountering this particular issue.



    ------------------------------
    Mackey Morgan
    ------------------------------


  • 2.  RE: Need assistance installing OS python3.9 onto AIX 7.1

    Posted Tue March 12, 2024 07:34 AM

    Hello

    Try using the command /usr/sbin/updtvpkg after that run rpm -Uvh again.



    ------------------------------
    Richard Fernandes
    ------------------------------



  • 3.  RE: Need assistance installing OS python3.9 onto AIX 7.1

    Posted Tue March 12, 2024 08:40 PM

    Hola

    Buenas tardes

    La solución la tienes en el siguiente link:

    https://community.ibm.com/community/user/power/discussion/aix-71-installation-of-python3-symbol-resolution-issue



    ------------------------------
    Alexander Nava
    ------------------------------



  • 4.  RE: Need assistance installing OS python3.9 onto AIX 7.1

    Posted Thu March 14, 2024 09:55 AM

    updtvpkg was the missing piece! Thanks for the assistance!



    ------------------------------
    Mackey Morgan
    ------------------------------