Shared Library files not found when building Python from source as non-root user
I am trying to build Python3.12 from source as a non-root user. I am aware that it need openssl (for pip) and the libffi headers, which I have attempted to build from source as well. Doing this I end up with the following errors in the make log:
Shared Library files not found when building Python3.12 as non-root user
I am trying to build Python3.12 from source as a non-root user. I am aware that it need openssl (for pip) and the libffi headers, which I have attempted to build from source as well. Doing this I end up with the following errors in the make log: