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 yselivanov
Recipients Alex.Willmer, christian.heimes, ned.deily, yselivanov
Date 2018-01-28.17:04:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517159082.33.0.467229070634.issue32694@psf.upfronthosting.co.za>
In-reply-to
Content
> The good news is that, since Christian's recent enhancements in Issue32598 to have autoconf use pkg-config to detect OpenSSL header and lib files, configure will now automatically find the MacPorts OpenSSL as long as the MacPorts bin directory (typically /opt/local/bin) is in the shell PATH when you run configure.

/opt/local/bin *is* in my shell's PATH and `./configure' still fails to auto-discover OpenSSL:

    ~ » echo $PATH
    /Users/yury/dev/bin /opt/local/bin /opt/local/sbin /usr/local/bin /usr/bin /bin /usr/sbin /sbin /usr/local/share/dotnet /Users/yury/dev/sys-venvs/fish/bin
History
Date User Action Args
2018-01-28 17:04:42yselivanovsetrecipients: + yselivanov, christian.heimes, ned.deily, Alex.Willmer
2018-01-28 17:04:42yselivanovsetmessageid: <1517159082.33.0.467229070634.issue32694@psf.upfronthosting.co.za>
2018-01-28 17:04:42yselivanovlinkissue32694 messages
2018-01-28 17:04:42yselivanovcreate