From: | "M(dot) Demhartner" <demhartner(at)cypres-it(dot)net> |
---|---|
To: | <pgsql-de-allgemein(at)postgresql(dot)org> |
Subject: | RE: [pgsql-de-allgemein] plpython3u unter RHEL7 benötigt - Best pratice? |
Date: | 2017-09-18 09:46:48 |
Message-ID: | 006c01d33063$0c6c3530$25449f90$@cypres-it.net |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-de-allgemein |
Wollte nochmal berichten - hat jetzt insofern geklappt, dass wir das pgrpm
git repo ausgecheckt haben und dort in dem EL-7 .spec file das Macro
angepasst haben.
%if 0%{?rhel} && 0%{?rhel} <= 7
# RHEL 6 and 7 does not have Python 3
%{!?plpython3:%global plpython3 1}
%endif
Und weiter unten noch auf
%if %plpython3
BuildRequires: python34-devel
%endif
Damit konnte man das rpm bauen dann und plpython3u war verfügbar :)
> -----Original Message-----
> From: Marc [mailto:demhartner(at)cypres-it(dot)net]
> Sent: Monday, September 11, 2017 7:34 PM
> To: 'Christoph Berg' <christoph(dot)berg(at)credativ(dot)de>
> Cc: pgsql-de-allgemein(at)postgresql(dot)org
> Subject: RE: [pgsql-de-allgemein] plpython3u unter RHEL7 benötigt - Best
> pratice?
>
> Danke - heute direkt schon geschehen. Hoffe auf Erfolg.
>
> > -----Original Message-----
> > From: Christoph Berg [mailto:christoph(dot)berg(at)credativ(dot)de]
> > Sent: Monday, September 11, 2017 7:32 PM
> > To: M. Demhartner <demhartner(at)cypres-it(dot)net>
> > Cc: pgsql-de-allgemein(at)postgresql(dot)org
> > Subject: Re: [pgsql-de-allgemein] plpython3u unter RHEL7 benötigt -
> > Best pratice?
> >
> > Re: M. Demhartner 2017-09-11
> <00b201d32ae9$6672c320$33584960$(at)cypres-
> > it.net>
> > > Hi,
> > >
> > >
> > >
> > > wir benötigen plpython3u unter RHEL7 x64 wir setzen pg-9.6 ein aus
> > > dem postgresql repo.
> > >
> > >
> > >
> > > Für Fedora gibt es ja ein RPM leider nicht für RHEL7.
> >
> > Ich würde mal auf pgsql-pkg-yum(at)postgresql(dot)org nachfragen.
> >
> > Christoph
From | Date | Subject | |
---|---|---|---|
Next Message | SwissPUG Info | 2017-10-16 07:15:01 | Presentation: PostgreSQL als GPU Database für Real-Time Analytics |
Previous Message | Marc | 2017-09-11 17:34:21 | RE: [pgsql-de-allgemein] plpython3u unter RHEL7 benötigt - Best pratice? |