Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
proton-c-0.36.0
-
None
Description
https://github.com/apache/qpid-proton/pull/356#pullrequestreview-872590821
I can see inconsistency between openssl and cyrus sasl libs. We don't seem to use pkgconfig for cyrus sasl in the same way as for openssl. ~And in fact we seem to have to work around not using pkg-config when we are on windows in a strange way!
Also we include some (copied in) code to interface to pkgconfig, but there seems to be a good pypi package - pkgconfig which does this stuff and is geared up for use in setup.py too. Maybe we should be using this rather than the strange homegrown thing we've got?
Attachments
Issue Links
- Discovered while testing
-
PROTON-2492 Python module linking on recent macOS fails with clang unable to find -lssl
- Closed
- is related to
-
PROTON-2495 Use python builtin tls support for encrypted connections
- Open