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 <dev...@gunduz.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, ysha...@cymer.com wrote:
> > The following bug has been logged on the website:
> > 
> > Bug reference:      6729
> > Logged by:          Yogesh Sharma
> > Email address:      ysha...@cymer.com
> > PostgreSQL version: 9.1.4
> > Operating system:   CentOS 6.3

Reply via email to