Mario Grgic added the comment:
OK, after installing OpenSSL in /usr/local/ssl and even after copying
libssl.pc, libcrypt.pc and openssl.pc over to /usr/local/lib/pkgconfig (which
is where my pkg-config is looking or *.pc files) the configure script is still
not finding the correct libcrypto
Mario Grgic added the comment:
It looks like it is picking up libcrypto.1.0.0.dylib from /usr/local/lib which
I installed there as dependency for other binaries.
Is there a minimal version of libcrypto that Python 3.5.2 needs?
--
___
Python
New submission from Mario Grgic:
I am on Mac OS X 10.11.6 trying to build and install Python 3.5.2 from source.
I only have system Python 2.7.10 , and no other instances of Python 3.x.
I configure the build as follows:
./configure --prefix=/Volumes/ramdisk/python3.5.2
The code is built