Re: BUG #6729: Install of postgresql-devel for x86_84 and i686 fails - Mailing list pgsql-bugs

From Yogesh_Sharma@Cymer.com
Subject Re: BUG #6729: Install of postgresql-devel for x86_84 and i686 fails
Date
Msg-id OF31E2AEE0.67DAD739-ON88257A39.0070CB02-88257A39.0071AB95@cymer.com
Whole thread Raw
In response to Re: BUG #6729: Install of postgresql-devel for x86_84 and i686 fails  (Devrim GÜNDÜZ <devrim@gunduz.org>)
List pgsql-bugs
Hi Devrim,

How things are going, long time since we exchanged any email.

May be different lib folders can be used:
/usr/pgsql-9.1/lib/libecpg.a
/usr/pgsql-9.1/lib64/libecpg.a

glibc-devel.i686 and glibc-devel.x86_64 does similar thing.

rpm -ql glibc-devel.i686 |grep .a$
/usr/lib/libbsd-compat.a
/usr/lib/libbsd.a
/usr/lib/libc_nonshared.a
/usr/lib/libg.a
/usr/lib/libieee.a
/usr/lib/libmcheck.a
/usr/lib/libpthread_nonshared.a
/usr/lib/librpcsvc.a

rpm -ql glibc-devel.x86_64 |grep .a$
/usr/lib64/libbsd-compat.a
/usr/lib64/libbsd.a
/usr/lib64/libc_nonshared.a
/usr/lib64/libg.a
/usr/lib64/libieee.a
/usr/lib64/libmcheck.a
/usr/lib64/libpthread_nonshared.a
/usr/lib64/librpcsvc.a

It does affects pg_config as now pg_config has to be aware of x86_64 and=20
i686 and provide right folder name.

Thanks,

Devrim G=DCND=DCZ <devrim@gunduz.org> wrote on 07/12/2012 01:19:18 PM:

>=20
> Hi,
>=20
> It is not a bug, but it might be a missing feature (and I'm not sure how
> to fix it :-) )
>=20
> Regards,
>=20
> On Wed, 2012-07-11 at 23:16 +0000, ysharma@cymer.com wrote:
> > The following bug has been logged on the website:
> >=20
> > Bug reference:      6729
> > Logged by:          Yogesh Sharma
> > Email address:      ysharma@cymer.com
> > PostgreSQL version: 9.1.4
> > Operating system:   CentOS 6.3

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: BUG #6733: All Tables Empty After pg_upgrade (PG 9.2.0 beta 2)
Next
From: Yogesh_Sharma@Cymer.com
Date:
Subject: Re: BUG #6729: Install of postgresql-devel for x86_84 and i686 fails