Hi,
I’m trying to install Python 2.6.9 in Pyenv 1.2.27. I’m getting the follow error:
Downloading Python-2.6.9.tgz...
-> https://www.python.org/ftp/python/2.6.9/Python-2.6.9.tgz
Installing Python-2.6.9...
patching file setup.py
Hunk #1 succeeded at 354 (offset 9 lines).
patching file ./configure
patching file ./Modules/readline.c
Hunk #1 succeeded at 199 (offset -7 lines).
Hunk #2 succeeded at 698 (offset -51 lines).
Hunk #3 succeeded at 808 (offset -51 lines).
Hunk #4 succeeded at 848 with fuzz 2 (offset -70 lines).
patching file ./setup.py
Hunk #1 succeeded at 1698 (offset 23 lines).
patching file ./Lib/ssl.py
patching file ./Modules/_ssl.c
ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib?
Please consult to the Wiki page to fix the problem.
https://github.com/pyenv/pyenv/wiki/Common-build-problems
BUILD FAILED (openSUSE Leap 15.2 using python-build 20180424)
Inspect or clean up the working tree at /tmp/python-build.20210521111649.25669
Results logged to /tmp/python-build.20210521111649.25669.log
Last 10 log lines:
then rm -f /home/Spidey/.pyenv/versions/2.6.9/bin/python; \
else true; \
fi
(cd /home/Spidey/.pyenv/versions/2.6.9/bin; ln python2.6 python)
rm -f /home/Spidey/.pyenv/versions/2.6.9/bin/python-config
(cd /home/Spidey/.pyenv/versions/2.6.9/bin; ln -s python2.6-config python-config)
Creating directory /home/Spidey/.pyenv/versions/2.6.9/share/man
Creating directory /home/Spidey/.pyenv/versions/2.6.9/share/man/man1
/usr/bin/install -c -m 644 ./Misc/python.man \
/home/Spidey/.pyenv/versions/2.6.9/share/man/man1/python.1
I’m missing packages I guess. Not quite sure how to figure out wich ones those are. 
Code string supplied says process is missing: openssl lib
Try installl using yast software management or zypper of:
libopenssl1_0_0
libopenssl1_0_0-steam
libopenssl1_0_0-steam-32bit
libopenssl1_0_1
libopenssl1_0_1-32bit
See if these satisfy the needed requirements. If they don’t there are other libopenssl files in the packages.
I am not sure what you are attempting to do and why but this should get you through the error message shown.
tom kosvic
I couldn’t find these exact packages, libopenssl1_0_1 libopenssl1_0_1-32bit. I noticed these two, libopenssl1_1 libopenssl1_1-32bit. Made the assumption that those were the ones you meant and installed them. Got this:
Downloading Python-2.6.9.tgz...
-> https://www.python.org/ftp/python/2.6.9/Python-2.6.9.tgz
Installing Python-2.6.9...
patching file setup.py
Hunk #1 succeeded at 354 (offset 9 lines).
patching file ./configure
patching file ./Modules/readline.c
Hunk #1 succeeded at 199 (offset -7 lines).
Hunk #2 succeeded at 698 (offset -51 lines).
Hunk #3 succeeded at 808 (offset -51 lines).
Hunk #4 succeeded at 848 with fuzz 2 (offset -70 lines).
patching file ./setup.py
Hunk #1 succeeded at 1698 (offset 23 lines).
patching file ./Lib/ssl.py
patching file ./Modules/_ssl.c
ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib?
Please consult to the Wiki page to fix the problem.
https://github.com/pyenv/pyenv/wiki/Common-build-problems
BUILD FAILED (openSUSE Leap 15.2 using python-build 20180424)
Inspect or clean up the working tree at /tmp/python-build.20210522131924.13867
Results logged to /tmp/python-build.20210522131924.13867.log
Last 10 log lines:
then rm -f /home/Spidey/.pyenv/versions/2.6.9/bin/python; \
else true; \
fi
(cd /home/Spidey/.pyenv/versions/2.6.9/bin; ln python2.6 python)
rm -f /home/Spidey/.pyenv/versions/2.6.9/bin/python-config
(cd /home/Spidey/.pyenv/versions/2.6.9/bin; ln -s python2.6-config python-config)
Creating directory /home/Spidey/.pyenv/versions/2.6.9/share/man
Creating directory /home/Spidey/.pyenv/versions/2.6.9/share/man/man1
/usr/bin/install -c -m 644 ./Misc/python.man \
/home/Spidey/.pyenv/versions/2.6.9/share/man/man1/python.1
I fear however that I might be going about what I’m trying to do the wrong way, wich is installing qubes-core-agent-linux-master.zip. I should’ve just asked for assistance with that specifically. Trying to do it by installing Python 2.6 was just a guess on my part. Ran into even more problems in the end. x)
I’ll make a new thread stating my problem specifically. If anyone else runs into the same issue, it’ll be addressed already.
Thanks for the assist though. 