From: | Yogesh_Sharma(at)Cymer(dot)com |
---|---|
To: | Devrim GÜNDÜZ <devrim(at)gunduz(dot)org> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #6729: Install of postgresql-devel for x86_84 and i686 fails |
Date: | 2012-07-12 20:41:34 |
Message-ID: | OF31E2AEE0.67DAD739-ON88257A39.0070CB02-88257A39.0071AB95@cymer.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
i686 and provide right folder name.
Thanks,
Devrim GÜNDÜZ <devrim(at)gunduz(dot)org> wrote on 07/12/2012 01:19:18 PM:
>
> Hi,
>
> It is not a bug, but it might be a missing feature (and I'm not sure how
> to fix it :-) )
>
> Regards,
>
> On Wed, 2012-07-11 at 23:16 +0000, ysharma(at)cymer(dot)com wrote:
> > The following bug has been logged on the website:
> >
> > Bug reference: 6729
> > Logged by: Yogesh Sharma
> > Email address: ysharma(at)cymer(dot)com
> > PostgreSQL version: 9.1.4
> > Operating system: CentOS 6.3
From | Date | Subject | |
---|---|---|---|
Next Message | Devrim GÜNDÜZ | 2012-07-12 20:42:56 | Re: BUG #6729: Install of postgresql-devel for x86_84 and i686 fails |
Previous Message | Tom Lane | 2012-07-12 20:36:52 | Re: BUG #6729: Install of postgresql-devel for x86_84 and i686 fails |