Reputation: 189
I am trying to install Python 3 on a AIX server.
I got the Python 3 RPM file for AIX from here.
There were few dependencies that needed to be installed before installing Python, but I chose to install it without having installed any dependency through nodeps.
Now when I execute a Python3 command, I get the following errors:
It says cannot load module /opt/freeware/lib64/libpython3.5m.so but the file does exists in that directory.
Both LIBPATH
& LD_LIBRARY_PATH
are set to lib64.
Edit: Adding the output of lslpp -L rmp.rte command
Upvotes: 0
Views: 3366