aws / aws-elastic-beanstalk-cli-setup

Simplified EB CLI installation mechanism.
Apache License 2.0
512 stars 226 forks source link

OpenSSL link failures #109

Closed BonShillings closed 3 years ago

BonShillings commented 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?