Re: [GENERAL] Building PG 8.4.1 with ossp-uuid on Centos 5.3

2009-10-11 Thread Christophe Pettus
On Oct 11, 2009, at 1:14 AM, Devrim GÜNDÜZ wrote: http://download.fedora.redhat.com/pub/epel/5/i386/repoview/letter_u.group.html http://download.fedora.redhat.com/pub/epel/5/x86_64/repoview/letter_u.group.html Many thanks; it was a 32 vs 64 bit library problem, solved. -- -- Christophe Pettus

Re: [GENERAL] Building PG 8.4.1 with ossp-uuid on Centos 5.3

2009-10-11 Thread Devrim GÜNDÜZ
On Sat, 2009-10-10 at 22:47 -0400, Tom Lane wrote: > Hmph. I don't know if there's more than one uuid package in the wild, > but I see from > http://cvs.fedoraproject.org/viewvc/rpms/uuid/devel/uuid.spec?revision=1.17&view=markup > that the package that's standard in recent Fedora is uuid 1.6.1 f

Re: [GENERAL] Building PG 8.4.1 with ossp-uuid on Centos 5.3

2009-10-10 Thread Tom Lane
Christophe Pettus writes: > On Oct 10, 2009, at 11:53 AM, Tom Lane wrote: >> Whose uuid package are you using? > http://www.ossp.org/pkg/lib/uuid/ > Building from source. > It is indeed installing it in /usr/local/lib, but the ldconfig was > set. What's irritating is that (looking at con

Re: [GENERAL] Building PG 8.4.1 with ossp-uuid on Centos 5.3

2009-10-10 Thread Christophe Pettus
On Oct 10, 2009, at 11:53 AM, Tom Lane wrote: Whose uuid package are you using? http://www.ossp.org/pkg/lib/uuid/ Building from source. If it's something you built from source, it more than likely installed into /usr/local/, and then your problem is that PG isn't searching /

Re: [GENERAL] Building PG 8.4.1 with ossp-uuid on Centos 5.3

2009-10-10 Thread Tom Lane
Christophe Pettus writes: > I'm attempting to build a version of PG 8.4.1 with the OSSP uuid > libraries on Centos 5.3 (I'm building PG from source). I simply > cannot seem to find the right libraries to install; even very > promising candidates seem to be a different version than the one P