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

I think clobbered something in my pythone environment. Can anyone tell me what to do here?

  • 1.  I think clobbered something in my pythone environment. Can anyone tell me what to do here?

    Posted Tue July 25, 2023 12:09 PM

    I tried a few things searching gave me, but to no avail yet.

    Here is the error.

    Could not load program python:
    Symbol resolution failed for /usr/lib/libpython2.7.so because:
            Symbol _GLOBAL__AIXI_libsqlite3_so (number 219) is not exported from dependent
              module /usr/opt/rpm/lib/libsqlite3.so.
            Symbol _GLOBAL__AIXD_libsqlite3_so (number 220) is not exported from dependent
              module /usr/opt/rpm/lib/libsqlite3.so.
    Examine .loader section symbols with the 'dump -Tv' command.

    Thank you in advance for any cliues.



    ------------------------------
    Steven Hansell
    ------------------------------


  • 2.  RE: I think clobbered something in my pythone environment. Can anyone tell me what to do here?

    Posted Thu July 27, 2023 10:20 AM

    It's recommended to use python3 as python2 is already out of support.  Follow below link for upgrading python

    https://community.ibm.com/community/user/power/discussion/migrating-to-python39-for-aix-toolbox-python3-ecosystem#bm894a7503-8015-4bf4-a5d5-197f17645d3b 



    ------------------------------
    Ranjit Ranjan
    ------------------------------