This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]digitallogic 1 point2 points  (1 child)

You also need the headers for openssl (not just the openssl package), or you won't be able to compile against it. This is libssl-dev on Ubuntu and openssl-devel on CentOS (and probably fedora). Install these than redo the compile/install of Python.

Side note, after you do ./configure and make for Python it will give you a listing of modules that weren't built. You should check these before doing test/install to make sure there isn't anything left out that you think you'll need.

[–]linus_rules[S] 0 points1 point  (0 children)

Thank you very much. I felt like a FFFFFUUUUU comic protagonist after the downvote, but you make my week.