Search Postgresql Archives

Re: PostgreSQL 11 with SSL on Linux

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On Thu, Jun 4, 2020 at 5:01 PM Susan Joseph <sandajoseph@xxxxxxxxxxx> 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/.

--

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux