Skip to content

Python 3.7 Mac needs a different way to compile with ssl #135

@nedbat

Description

@nedbat

I've found pythonz can't build 3.7 with ssl on Mac successfully.

The devguide (https://devguide.python.org/setup/) says:

with Homebrew:

$ brew install openssl xz
and configure python versions >= 3.7:

./configure --with-pydebug --with-openssl=$(brew --prefix openssl)
or configure python versions < 3.7:

$ CPPFLAGS="-I$(brew --prefix openssl)/include" \
  LDFLAGS="-L$(brew --prefix openssl)/lib" \
  ./configure --with-pydebug

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions