Envoyé : mercredi 13 avril 2022 06:16
À : pgsql-general@lists.postgresql.org
Objet : Re: OpenSSL@1.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 "$
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
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
The reason that openssl is not linked is that MacOS already has LibreSSL.
It would be good to build PostgreSQL with LibreSSL on OS X, as LibreSSL is
really more secure, but then again, PostgreSQL on OS X should be only for
development purposes. You may have heard about the heartbleed attack -
Libr
cecile rougnaux writes:
> 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@1.1 not present or broken
> Please reinstall openssl@1.1. Sorry :(
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 with