From: | cecile rougnaux <cecile_rougnaux(at)hotmail(dot)com> |
---|---|
To: | Adrian Ho <ml+postgresql(at)03s(dot)net>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org> |
Subject: | RE: OpenSSL@1.1 not getting linked with Homebrew - trying to install postgresql |
Date: | 2022-04-13 09:07:31 |
Message-ID: | PA4PR10MB5729EEF78C40A8B0399CB1FF98EC9@PA4PR10MB5729.EURPRD10.PROD.OUTLOOK.COM |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
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(at)03s(dot)net>
Envoyé : mercredi 13 avril 2022 06:16
À : pgsql-general(at)lists(dot)postgresql(dot)org <pgsql-general(at)lists(dot)postgresql(dot)org>
Objet : Re: OpenSSL(at)1(dot)1 not getting linked with Homebrew - trying to install postgresql
On 12/4/22 18:33, cecile rougnaux wrote:
My system is OS Mojave 10.14.6, I got homebrew from this command :
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
when I try to install postgresql with the command
brew install postgresql
I have this error:
Error: An exception occurred within a child process:
RuntimeError: /usr/local/opt/openssl(at)1(dot)1 not present or broken
Please reinstall openssl(at)1(dot)1<mailto:openssl(at)1(dot)1>. Sorry :(
When I try to install openssl(at)1(dot)1<mailto:openssl(at)1(dot)1> I have this message:
Note that the error message is literally asking you to:
brew reinstall openssl(at)1(dot)1<mailto:openssl(at)1(dot)1>
not:
brew install openssl(at)1(dot)1<mailto:openssl(at)1(dot)1>
and not:
brew reinstall openssl
Do the reinstall and see if the postgresql formula works now. If it still doesn't work, the Homebrew discussions forum is a more appropriate place to follow up: https://github.com/Homebrew/discussions/discussions
Also:
brew link openssl(at)1(dot)1<mailto:openssl(at)1(dot)1>
and all the exports you said you added to your .zshrc should not be needed, so you should:
brew unlink openssl(at)1(dot)1<mailto:openssl(at)1(dot)1>
and revert all your additions.
--
Best Regards,
Adrian
From | Date | Subject | |
---|---|---|---|
Next Message | Dilip Kumar | 2022-04-13 09:07:54 | Re: Support logical replication of DDLs |
Previous Message | Laurenz Albe | 2022-04-13 08:39:01 | Re: Feedback about hybrid SAN snap and rsync'd approach for large systemcloning |