Closed BonShillings closed 3 years ago
1. Please specify the following:
2. Description Please describe the problem you are facing as precisely as possible in this section
CFLAGS="-I$(brew --prefix openssl)/include -I$(brew --prefix readline)/include -I$(xcrun --show-sdk-path)/usr/include" LDFLAGS="-L$(brew --prefix openssl)/lib -L$(brew --prefix readline)/lib -L$(brew --prefix zlib)/lib"
does not work / link properly
after replacing with locals
CFLAGS="-I$(brew --prefix openssl)/include -I$(brew --prefix readline)/include -I$(xcrun --show-sdk-path)/usr/include" LDFLAGS="-L$(brew --prefix readline)/lib -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib"
Still does not link properly in the installer
Error message
BUILD FAILED (OS X 10.14.6 using python-build 20180424) ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib?
1. Please specify the following:
2. Description Please describe the problem you are facing as precisely as possible in this section
CFLAGS="-I$(brew --prefix openssl)/include -I$(brew --prefix readline)/include -I$(xcrun --show-sdk-path)/usr/include" LDFLAGS="-L$(brew --prefix openssl)/lib -L$(brew --prefix readline)/lib -L$(brew --prefix zlib)/lib"
does not work / link properly
after replacing with locals
CFLAGS="-I$(brew --prefix openssl)/include -I$(brew --prefix readline)/include -I$(xcrun --show-sdk-path)/usr/include" LDFLAGS="-L$(brew --prefix readline)/lib -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib"
Still does not link properly in the installer
Error message