Re: BUG #8660: RPM installation of 9.2.6 have dependency problem

Lists: pgsql-bugs
From: Markus Nussdorfer <old(dot)schepperhand(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #8660: RPM installation of 9.2.6 have dependency problem
Date: 2014-03-17 08:21:42
Message-ID: 1395044502.3230.15.camel@thinktank.metrik
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

Hi

A Bit late to the Party but the problem still persists, with all the
newer Packages including 9.3

I know that the Problem is related to the different OpenSSL Packages
between 6.4 and 6.5.

Nevertheless due to 3rd Party dependencies with storage drivers and
support issues we have to stick to 6.4 and are unable to upgrade to 6.5
or apply the packages from different RHEL versions.

Maybe there is a way to build different RPM Packages for the different
minor versions to be able to upgrade without an OS release update, as
the yum repo has specific subdirs for each release version anyways.

Cheers
Markus


From: Jeff Frost <jeff(at)pgexperts(dot)com>
To: markus(dot)nussdorfer(at)5th-exotic(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #8660: RPM installation of 9.2.6 have dependency problem
Date: 2014-03-17 18:48:59
Message-ID: 3CA309DF-2D43-4316-A393-6AA7CD5FCFEA@pgexperts.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

On Mar 17, 2014, at 1:21 AM, Markus Nussdorfer <old(dot)schepperhand(at)gmail(dot)com> wrote:

> Hi
>
> A Bit late to the Party but the problem still persists, with all the
> newer Packages including 9.3
>
> I know that the Problem is related to the different OpenSSL Packages
> between 6.4 and 6.5.
>
> Nevertheless due to 3rd Party dependencies with storage drivers and
> support issues we have to stick to 6.4 and are unable to upgrade to 6.5
> or apply the packages from different RHEL versions.
>
> Maybe there is a way to build different RPM Packages for the different
> minor versions to be able to upgrade without an OS release update, as
> the yum repo has specific subdirs for each release version anyways.

I don't think we could keep up with all the minor revisions, but you can just download the SRPM and build it against whichever libraries you need.

That's why we supply the SRPMs.


From: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
To: markus(dot)nussdorfer(at)5th-exotic(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #8660: RPM installation of 9.2.6 have dependency problem
Date: 2014-03-18 13:50:27
Message-ID: 1395150627.2290.5.camel@asus02-laptop04.gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs


Hi,

On Mon, 2014-03-17 at 09:21 +0100, Markus Nussdorfer wrote:
> Maybe there is a way to build different RPM Packages for the different
> minor versions to be able to upgrade without an OS release update, as
> the yum repo has specific subdirs for each release version anyways.

They are actually symlinks, i.e., 6.4 = 6.5 .

Regards,

--
Devrim GÜNDÜZ
Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR


From: Markus Nussdorfer <old(dot)schepperhand(at)gmail(dot)com>
To: Jeff Frost <jeff(at)pgexperts(dot)com>
Cc: markus(dot)nussdorfer(at)5th-exotic(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #8660: RPM installation of 9.2.6 have dependency problem
Date: 2014-03-19 05:36:02
Message-ID: 1395207362.24480.1.camel@thinktank.metrik.jumio.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

Thanks for the additional information.

I will then setup a fresh box and recompile it manually.

On Mon, 2014-03-17 at 11:48 -0700, Jeff Frost wrote:
> On Mar 17, 2014, at 1:21 AM, Markus Nussdorfer <old(dot)schepperhand(at)gmail(dot)com> wrote:
>
> > Hi
> >
> > A Bit late to the Party but the problem still persists, with all the
> > newer Packages including 9.3
> >
> > I know that the Problem is related to the different OpenSSL Packages
> > between 6.4 and 6.5.
> >
> > Nevertheless due to 3rd Party dependencies with storage drivers and
> > support issues we have to stick to 6.4 and are unable to upgrade to 6.5
> > or apply the packages from different RHEL versions.
> >
> > Maybe there is a way to build different RPM Packages for the different
> > minor versions to be able to upgrade without an OS release update, as
> > the yum repo has specific subdirs for each release version anyways.
>
> I don't think we could keep up with all the minor revisions, but you can just download the SRPM and build it against whichever libraries you need.
>
> That's why we supply the SRPMs.