Re: PostgreSQL 11 with SSL on Linux

2020-06-04 Thread Paul Förster
there other libraries I need to include in my download for > this to work on a non-networked server? > > > > -Original Message- > From: Magnus Hagander > To: Susan Joseph > Cc: pgsql-general@lists.postgresql.org > Sent: Thu, Jun 4, 2020 11:14 am > Subj

Re: PostgreSQL 11 with SSL on Linux

2020-06-04 Thread Susan Joseph
, 2020 2:14 pm Subject: Re: PostgreSQL 11 with SSL on Linux On Thu, Jun 4, 2020 at 1:50 PM Susan Joseph wrote: OK, when I went to PostgreSQL to get the rpm file to install I was given: yum install https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo

Re: PostgreSQL 11 with SSL on Linux

2020-06-04 Thread Mohammed Bhatti
cally? > > > -Original Message- > From: Alan Hodgson > To: pgsql-general@lists.postgresql.org > Sent: Thu, Jun 4, 2020 1:36 pm > Subject: Re: PostgreSQL 11 with SSL on Linux > > On Thu, 2020-06-04 at 17:32 +, Susan Joseph wrote: > > So when I run rpm -i it s

Re: PostgreSQL 11 with SSL on Linux

2020-06-04 Thread Tom Lane
Susan Joseph writes: > OK, when I went to PostgreSQL to get the rpm file to install I was given: > yum install > https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm > I put the file pgdg-redhat-repo-latest.noarch.rpm in my /tmp directory and >

Re: PostgreSQL 11 with SSL on Linux

2020-06-04 Thread Susan Joseph
with SSL on Linux On Thu, 2020-06-04 at 17:32 +, Susan Joseph wrote: So when I run rpm -i it says that the package is installed, but I can't find a postgresql directory with all the files and executables.  So what am I missing? The server stuff is in postgresql11-serverif you're

Re: PostgreSQL 11 with SSL on Linux

2020-06-04 Thread Tom Lane
Susan Joseph writes: > So when I run rpm -i it says that the package is installed, but I can't find > a postgresql directory with all the files and executables.  So what am I > missing? Looking in the right place, perhaps ;-). If the package is installed then "rpm -ql" will list all the files

Re: PostgreSQL 11 with SSL on Linux

2020-06-04 Thread Alan Hodgson
On Thu, 2020-06-04 at 17:32 +, Susan Joseph wrote: > So when I run rpm -i it says that the package is installed, but I > can't find a postgresql directory with all the files and executables. > So what am I missing? > > > > > > The server stuff is in postgresql11-serverif you're using t

Re: PostgreSQL 11 with SSL on Linux

2020-06-04 Thread Susan Joseph
Sent: Thu, Jun 4, 2020 1:11 pm Subject: Re: PostgreSQL 11 with SSL on Linux Susan Joseph writes: > 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 w

Re: PostgreSQL 11 with SSL on Linux

2020-06-04 Thread Tom Lane
Susan Joseph writes: > 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

Re: PostgreSQL 11 with SSL on Linux

2020-06-04 Thread Susan Joseph
d for this to work on a non-networked server? -Original Message- From: Magnus Hagander To: Susan Joseph Cc: 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 wrote: Can so

Re: PostgreSQL 11 with SSL on Linux

2020-06-04 Thread Magnus Hagander
On Thu, Jun 4, 2020 at 5:01 PM Susan Joseph 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 /