Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>It sounds like you have not fully removed MacPorts and its <code>curl</code>. </p> <p>If you haven't already, you will want to follow the guide at <a href="http://guide.macports.org/chunked/installing.macports.uninstalling.html" rel="nofollow">http://guide.macports.org/chunked/installing.macports.uninstalling.html</a>, specifically the following: </p> <pre><code>$ sudo rm -rf \ /opt/local \ /Applications/DarwinPorts \ /Applications/MacPorts \ /Library/LaunchDaemons/org.macports.* \ /Library/Receipts/DarwinPorts*.pkg \ /Library/Receipts/MacPorts*.pkg \ /Library/StartupItems/DarwinPortsStartup \ /Library/Tcl/darwinports1.0 \ /Library/Tcl/macports1.0 \ ~/.macports </code></pre> <p>After that, you will want to remove curl with <code>sudo rm /usr/local/bin/curl</code>. </p> <p><code>curl</code> and <code>libcurl</code> are already included on OS X, but <code>/usr/local/bin</code> is in your PATH before <code>/usr/bin</code>. So, at some point you probably installed a new version of <code>curl</code> with MacPorts that is now left over. </p> <p>You will thus want to fully purge the <code>curl</code> stuff in <code>/usr/local</code>. That may end up being a little tricky, and if you don't have a lot installed with Homebrew, it might be a good idea to fully purge Homebrew and manually clean <code>/usr/local</code> before reinstalling Homebrew.</p> <p>Finally, once <code>curl</code> is gone, you will want to remove the gems that were depending on libcurl and reinstall.</p> <p>All this could have probably been avoided if <code>curl</code> was uninstalled with MacPorts before uninstalling MacPorts, but I've never used MacPorts myself, so not 100% on that.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload