Skip to content

Python 3.x fails compilation against OpenSSL configured with SSLv3 support: "implicit declaration of function ‘SSLv3_method’" #2181

@russellvt

Description

@russellvt

Too many issues will kill our team's development velocity, drastically.
Make sure you have checked all steps below.

Prerequisite

  • Make sure your problem is not listed in the common build problems.
  • Make sure no duplicated issue has already been reported in the pyenv issues. You should look for closed issues, too. (Related to pyenv install 3.5.6 failed with : ImportError: No module named 'math'. #1493)
  • Make sure you are not asking us to help solving your specific issue.
    • GitHub issues is opened mainly for development purposes. If you want to ask someone to help solving your problem, go to some community site like Gitter, StackOverflow, etc.
  • Make sure your problem is not derived from packaging (e.g. Homebrew).
    • Please refer to the package documentation for the installation issues, etc.
  • Make sure your problem is not derived from plugins.
    • This repository is maintaining pyenv and the default python-build plugin only. Please refrain from reporting issues of other plugins here.

Description

  • Platform: CYGWIN_NT-10.0 HOSTNAME-XXXXXXX 3.3.2(0.341/5/3) 2021-11-08 16:55 x86_64 Cygwin
  • OS architecture: Windows 10 (20H2 Build 19042.1348)
  • pyenv version: 2.2.2-1-gf2925393
  • Python: 3.9.9 (Really 3.6+)
  • Compiler: gcc 11.2.0
  • The debug trace of the failing command as a gist:
    • Run env PYENV_DEBUG=1 <faulty command> 2>&1 | tee trace.log and attach trace.log. E.g. if you have a problem with installing Python, run env PYENV_DEBUG=1 pyenv install -v <version> 2>&1 | tee trace.log (note the -v option to pyenv install).
    • Note: Directory has been "sanitized" to be /home/russell in the gist.

Metadata

Metadata

Assignees

No one assigned

    Labels

    third-party: pythonthe problem is in the specific Python version(s)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions