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

2022-04-13 Thread cecile rougnaux
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 "$

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

2022-04-12 Thread Adrian Ho
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

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

2022-04-12 Thread Adrian Klaver
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

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

2022-04-12 Thread Dan Davis
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

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

2022-04-12 Thread Tom Lane
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 :(

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

2022-04-12 Thread cecile rougnaux
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