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.
Only when I explicitly set CLFLAGS=-I/usr/local/ssl/include and LDFLAGS=-L/usr/local/ssl/lib does the configure script pick the correct libcrypto, notwithstanding the logic in top level setup.py which does have /usr/local/ssl/include on line 812 and /usr/local/ssl/lib on line 824? Not sure at what point is setup.py used, but it doesn't seem to pick up the include and lib directories for ssl correctly. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27658> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com