Re: RPMs for RedHat ES3.0

From: Philip Yarra <philip(at)utiba(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org, Devrim GUNDUZ <devrim(at)gunduz(dot)org>, pgsqlrpms-hackers(at)pgfoundry(dot)org
Subject: Re: RPMs for RedHat ES3.0
Date: 2005-10-04 02:06:45
Message-ID: 200510041206.46628.philip@utiba.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Tom,

On Tue, 4 Oct 2005 11:36 am, Tom Lane wrote:
> I think there's no question that this represents an RPM-building error.
> We haven't entirely figured out what's causing it though.

Right, gotcha. I think this may be the issue:
[root(at)dev2 8.x]# rpm -ql postgresql-libs-8.0.3-1PGDG
[snip]
/usr/lib/libecpg_compat.so.2
[snip]

[root(at)dev2 8.x]# ldd /usr/lib/libecpg_compat.so.2
libecpg.so.4 => /usr/lib/libecpg.so.4 (0x007ba000)
libpgtypes.so.1 => /usr/lib/libpgtypes.so.1 (0x00e0e000)
libpq.so.3 => /usr/lib/libpq.so.3 (0x00efa000)

[root(at)dev2 8.x]# rpm -q --whatprovides /usr/lib/libpq.so.3
compat-postgresql-libs-3-3PGDG

Including /usr/lib/libecpg_compat.so.2 in postgresql-libs-8.0.3-1PGDG causes
automatic dependency
(http://www.rpm.org/max-rpm/s1-rpm-depend-auto-depend.html) on those .so
files which are only included in compat RPM.

Regards, Philip.

-----------------
Utiba Pty Ltd
This message has been scanned for viruses and
dangerous content by Utiba mail server and is
believed to be clean.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-10-04 02:50:49 Re: Build Farm: thrush
Previous Message Tom Lane 2005-10-04 01:54:51 Re: Vacuum Full Analyze Stalled