<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div></div><div>see <a href="https://trac.macports.org/ticket/51516#comment:19">https://trac.macports.org/ticket/51516#comment:19</a></div><div><br></div><div>for a workaround that works quite well on Tiger up until this gets fixed</div><div><br></div><div>K</div><div><br>On Feb 21, 2018, at 04:26, Jan Stary <<a href="mailto:hans@stare.cz">hans@stare.cz</a>> wrote:<br><br></div><blockquote type="cite"><div><span>On Feb 21 13:18:47, <a href="mailto:hans@stare.cz">hans@stare.cz</a> wrote:</span><br><blockquote type="cite"><span>On Feb 21 12:43:28, <a href="mailto:hans@stare.cz">hans@stare.cz</a> wrote:</span><br></blockquote><blockquote type="cite"><blockquote type="cite"><span>A more general proposed solution was to bunlde a newer curl with MP,</span><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><span>in partcular one built against a newer SSL/TLS library:</span><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><span><a href="https://trac.macports.org/ticket/51516">https://trac.macports.org/ticket/51516</a></span><br></blockquote></blockquote><blockquote type="cite"><span></span><br></blockquote><blockquote type="cite"><span>It was also suggested there to recompile MP</span><br></blockquote><blockquote type="cite"><span>using its own already installed curl port.</span><br></blockquote><blockquote type="cite"><span></span><br></blockquote><blockquote type="cite"><span>Indeed,</span><br></blockquote><blockquote type="cite"><span>./configure --with-curlprefix=/opt/local/</span><br></blockquote><blockquote type="cite"><span>results in MacPorts that uses its own /opt/local/bin/curl</span><br></blockquote><blockquote type="cite"><span>to download distfiles, and my immediate problem disappears.</span><br></blockquote><span></span><br><span>The problem is not curl itself of course,</span><br><span>but the SSL library it is linked against,</span><br><span>as already stated in the ticket. On my system:</span><br><span></span><br><span>$ otool -L /usr/bin/curl</span><br><span>/usr/bin/curl:</span><br><span>/usr/lib/libcurl.4.dylib (compatibility version 6.0.0, current version 6.1.0)</span><br><span>/usr/lib/libssl.0.9.8.dylib (compatibility version 0.9.8, current version 0.9.8)</span><br><span>/usr/lib/libcrypto.0.9.8.dylib (compatibility version 0.9.8, current version 0.9.8)</span><br><span>/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.3)</span><br><span>/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.11)</span><br><span></span><br><span>$ otool -L /opt/local/bin/curl</span><br><span>/opt/local/bin/curl:</span><br><span>/opt/local/lib/libcurl.4.dylib (compatibility version 9.0.0, current version 9.0.0)</span><br><span>/opt/local/lib/libssl.1.0.0.dylib (compatibility version 1.0.0, current version 1.0.0)</span><br><span>/opt/local/lib/libcrypto.1.0.0.dylib (compatibility version 1.0.0, current version 1.0.0)</span><br><span>/opt/local/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.11)</span><br><span>/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.11)</span><br><span></span><br><span>$ port provides /opt/local/lib/libssl.1.0.0.dylib</span><br><span>/opt/local/lib/libssl.1.0.0.dylib is provided by: openssl</span><br><span></span><br><span>    Jan</span><br><span></span><br></div></blockquote></body></html>