Re: PostgreSQL 11 with SSL on Linux

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Susan Joseph <sandajoseph(at)verizon(dot)net>
Cc: "magnus(at)hagander(dot)net" <magnus(at)hagander(dot)net>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: PostgreSQL 11 with SSL on Linux
Date: 2020-06-04 17:11:05
Message-ID: 1252086.1591290665@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Susan Joseph <sandajoseph(at)verizon(dot)net> 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 include in my download for this to work on a non-networked server?

Are you using the right install tool? "rpm -i" shouldn't result in any
nonlocal accesses. Tools like yum or dnf will, because they're meant to
fetch from nonlocal repositories.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Susan Joseph 2020-06-04 17:32:13 Re: PostgreSQL 11 with SSL on Linux
Previous Message Tom Lane 2020-06-04 17:08:45 Re: Index no longer being used, destroying and recreating it restores use.