This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Mario Grgic
Recipients Mario Grgic, ned.deily
Date 2016-07-31.01:31:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469928679.3.0.978406831438.issue27658@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-07-31 01:31:19Mario Grgicsetrecipients: + Mario Grgic, ned.deily
2016-07-31 01:31:19Mario Grgicsetmessageid: <1469928679.3.0.978406831438.issue27658@psf.upfronthosting.co.za>
2016-07-31 01:31:19Mario Grgiclinkissue27658 messages
2016-07-31 01:31:18Mario Grgiccreate