Hello Adrian,
As suggested from another user, I am going to reinstall and upgrade my OS to Catalina, which is better supported.
Then I will follow the steps with homebrew and hopefully this will clean the mess I am in 😉
Thanks for your answer!
C
De : Adrian Ho <ml+postgresql@xxxxxxx>
Envoyé : mercredi 13 avril 2022 06:16 À : pgsql-general@xxxxxxxxxxxxxxxxxxxx <pgsql-general@xxxxxxxxxxxxxxxxxxxx> Objet : Re: OpenSSL@1.1 not getting linked with Homebrew - trying to install postgresql On 12/4/22 18:33, cecile rougnaux wrote:
Note that the error message is literally asking you to:
brew reinstall openssl@1.1
not:
brew install openssl@1.1
and not:
brew reinstall openssl
Also:
brew link openssl@1.1
and all the exports you said you added to your .zshrc should not be needed, so you should:
brew unlink openssl@1.1
and revert all your additions. -- Best Regards, Adrian |