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:39:45
Message-ID: 1253006.1591292385@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 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 it installed.

There are a couple of different layouts that different packagers like to
use, so you might be accustomed to something different than what this
particular package used.

Related to that is that there are almost always sub-packages; it's
likely that in addition to an rpm named just postgresql-NNN you need
postgresql-server-NNN, and maybe some other bits.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Susan Joseph 2020-06-04 17:49:51 Re: PostgreSQL 11 with SSL on Linux
Previous Message Alan Hodgson 2020-06-04 17:36:03 Re: PostgreSQL 11 with SSL on Linux