question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't install the latest openssl using homebrew

See original GitHub issue

I have tried the following commands to run a new openssl installation (btw. I run the latest macOS 10.12.3):

brew update brew install openssl

Unfortunately i got this warning: “Warning: openssl is a keg-only and another version is linked to opt. Use brew install --force if you want to install this version”

Thereupon I tried the follwing command as recommended: “brew install --force”

This time I got an error: “Error: Invalid usage: This command requires a formula argument”.

I just wanted to use .Net Core for macOS 😕 I used this tutorial for installing openssl-> https://www.microsoft.com/net/core#macos

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

10reactions
KOliverHulmecommented, Mar 10, 2017

You have to uninstall openssl first brew uninstall openssl. Make sure you unlink it first brew unlink openssl though. If it complains that it’s a dependency for wget so it shouldn’t be uninstalled, use brew uninstall --ignore-dependencies openssl to get around it. Just reinstall openssl directly after you uninstall it.

6reactions
dasMullicommented, Jan 30, 2017

The idea is to run brew install --force openssl. You’re missing the last argument. You can also use brew unlink openssl before installing newer versions if you’ve already installed an older version using homebrew.

Read more comments on GitHub >

github_iconTop Results From Across the Web

macOS 10.12 brew install openssl issue
I need this dependency to install many other applications/tools, e.g., wget or python - and would like to use homebrew to do this....
Read more >
Homebrew Not installing openssl : r/MacOS
I am attempting to install openssl through homebrew, and it keeps not finding the package even though I'm pulling the command right from...
Read more >
OpenSSL installed with Homebrew on macOS 10.15.6 ...
I just want to use the latest openssl (or libressl). The binary, I assume? One way to do that is to add your...
Read more >
OpenSSL & Ruby with Homebrew on macOS | thurlow.io
Because Homebrew's version of OpenSSL doesn't want to step on macOS's built-in OpenSSL, installing Homebrew's OpenSSL intentionally skips adding ...
Read more >
macos - homebrew - trouble upgrading openssl?
(Background: I'm having trouble getting the system installed Python to use TLS 1.1.) From what I've read I need to use brew to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found