Re: PostgreSQL 11 with SSL on Linux
От | Susan Joseph |
---|---|
Тема | Re: PostgreSQL 11 with SSL on Linux |
Дата | |
Msg-id | 526449575.1208974.1591289458729@mail.yahoo.com обсуждение исходный текст |
Ответ на | Re: PostgreSQL 11 with SSL on Linux (Magnus Hagander <magnus@hagander.net>) |
Ответы |
Re: PostgreSQL 11 with SSL on Linux
Re: PostgreSQL 11 with SSL on Linux |
Список | pgsql-general |
So the other issue I have is that I am running this on a server that is not connected to the Internet. So I have downloaded the RPM file but I can't figure out how to install it without it trying to access files on the Internet. Are there other libraries I need to include in my download for this to work on a non-networked server?
-----Original Message-----
From: Magnus Hagander <magnus@hagander.net>
To: Susan Joseph <sandajoseph@verizon.net>
Cc: pgsql-general@lists.postgresql.org <pgsql-general@lists.postgresql.org>
Sent: Thu, Jun 4, 2020 11:14 am
Subject: Re: PostgreSQL 11 with SSL on Linux
--
From: Magnus Hagander <magnus@hagander.net>
To: Susan Joseph <sandajoseph@verizon.net>
Cc: pgsql-general@lists.postgresql.org <pgsql-general@lists.postgresql.org>
Sent: Thu, Jun 4, 2020 11:14 am
Subject: Re: PostgreSQL 11 with SSL on Linux
On Thu, Jun 4, 2020 at 5:01 PM Susan Joseph <sandajoseph@verizon.net> wrote:
Can someone tell me if there is a yum version of PostgreSQL 11 that can be installed on Linux that has SSL enabled? Currently the only way I have gotten SSL turned on in PostgreSQL is by doing the following commands:
- tar xzvf /tmp/postgresql-11.2.tar.gz -C /data
- mv /data/postgresql-11.2 /data/pgsql
- cd /data/pgsql
- ./configure --prefix=/data/pgsql --without-readline --without-zlib --with-openssl >> conf.log
- make
- make install
All the PostgreSQL versions available om yum from the postgresql.org site have SSL enabled. Just install using the instructions from https://www.postgresql.org/download/.
В списке pgsql-general по дате отправления: