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:
[EMAIL PROTECTED] 8.x]# rpm -ql postgresql-libs-8.0.3-1PGDG
[snip]
/usr/lib/libecpg_compat.so.2
[snip]

[EMAIL PROTECTED] 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)

[EMAIL PROTECTED] 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.


---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to