Re: how are the rpms configured that are available in PostgreSQL RPM Building Project - Yum Repository

From: Devrim Gündüz <devrim(at)gunduz(dot)org>
To: "Cook, Malcolm" <MEC(at)stowers(dot)org>, "'pgsql-hackers(at)PostgreSQL(dot)org'" <pgsql-hackers(at)PostgreSQL(dot)org>
Cc: "McGee, Jenny" <jmc(at)stowers(dot)org>
Subject: Re: how are the rpms configured that are available in PostgreSQL RPM Building Project - Yum Repository
Date: 2017-06-17 16:50:31
Message-ID: 1497718231.2958.5.camel@gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Hi,

On Fri, 2017-06-16 at 19:40 +0000, Cook, Malcolm wrote:
>
> I am referring to the contents of https://yum.postgresql.org/ (specifically
> version 9.6 rpms for CentoOS7)
>
> More specifically I wonder if they are configured:    --with-python --with-
> tcl --with-pam --with-ldap

/usr/pgsql-9.6/bin/pg_config --configure will give the full list (the answer is
yes, btw)

> And do they install the Additional Supplied Modules
> (https://www.postgresql.org/docs/9.1/static/contrib.html ) as provided when
> performing a
>
>    make install world

Yes, the -contrib rpm provides those.

> Please advise if my possibly novice question should better be posed
> elsewhere. 

Please email pgsql-pkg-yum(at)postgresql(dot)org list for further questions.

Regards,

--
Devrim Gündüz
EnterpriseDB: https://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2017-06-17 17:38:29 Re: Decimal64 and Decimal128
Previous Message Yuan Dong 2017-06-17 15:11:16 答复: [HACKERS] 答复: GiST API Adancement