Re: OpenSSL@1.1 not getting linked with Homebrew - trying to install postgresql

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: cecile rougnaux <cecile_rougnaux(at)hotmail(dot)com>, "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-12 15:35:31
Message-ID: 17311621-88a4-6934-921a-27e388d08a43@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 4/12/22 03: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)"

From here:

https://docs.brew.sh/Installation

macOS Catalina (10.15) (or higher) 2

Where 2 is footnote to:

2 10.15 or higher is recommended, while 10.10–10.14 are supported on a
best-effort basis. For 10.4–10.6 see Tigerbrew.

>
>
> 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(dot) Sorry :(

Is openssl(at)1(dot)1 actually at /usr/local/opt/ ?

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2022-04-12 15:36:05 Re: alter function/procedure depends on extension
Previous Message Dan Davis 2022-04-12 15:29:18 Re: OpenSSL@1.1 not getting linked with Homebrew - trying to install postgresql