Re: [BUGS] BUG #3905: configure cannot find ossp UUID libs and/or includes

2008-01-28 Thread David E. Wheeler
On Jan 28, 2008, at 13:52, Tom Lane wrote: Hmph ... works for me on a reasonably stock OS X 10.5.1 machine. You did do "make" and "make install" in the contrib subtree, right? No. I assumed that that's what --with-ossp-uuid would do for me. But yeah, that does work: trigger# cd postgresql-

Re: [BUGS] BUG #3905: configure cannot find ossp UUID libs and/or includes

2008-01-28 Thread Tom Lane
"David E. Wheeler" <[EMAIL PROTECTED]> writes: > On Jan 28, 2008, at 10:08, Tom Lane wrote: >> Did you run the module's SQL script? > It was not put into /usr/local/pgsql/share/contrib. Neither of these > had any output: > trigger% ll /usr/local/pgsql/share/contrib/*.sql | grep uuid > trigger% l

Re: [BUGS] BUG #3905: configure cannot find ossp UUID libs and/or includes

2008-01-28 Thread David E. Wheeler
On Jan 28, 2008, at 10:08, Tom Lane wrote: david=# select uuid_generate_v1(); ERROR: function uuid_generate_v1() does not exist Did you run the module's SQL script? It was not put into /usr/local/pgsql/share/contrib. Neither of these had any output: trigger% ll /usr/local/pgsql/share/co

Re: [BUGS] BUG #3905: configure cannot find ossp UUID libs and/or includes

2008-01-28 Thread David E. Wheeler
On Jan 27, 2008, at 18:43, Tom Lane wrote: Oh, it finds it all right. It's just complaining (not incorrectly) that uuid.h fails when included after . AFAICT this is just cosmetic, since we don't use it that way. If you go ahead and build then everything should be fine. Hrm. It doesn't see

Re: [BUGS] BUG #3905: configure cannot find ossp UUID libs and/or includes

2008-01-28 Thread Tom Lane
"David E. Wheeler" <[EMAIL PROTECTED]> writes: > Hrm. It doesn't seem to have been installed: > david=# select uuid_generate_v1(); > ERROR: function uuid_generate_v1() does not exist Did you run the module's SQL script? regards, tom lane ---(end

Re: [BUGS] BUG #3905: configure cannot find ossp UUID libs and/or includes

2008-01-27 Thread Tom Lane
"David Wheeler" <[EMAIL PROTECTED]> writes: > I've installed OSSP UUID 1.6.0 in /usr/local, but configure cannot seem to > find it when I use --with-ossp-uuid: Oh, it finds it all right. It's just complaining (not incorrectly) that uuid.h fails when included after . AFAICT this is just cosmetic,

[BUGS] BUG #3905: configure cannot find ossp UUID libs and/or includes

2008-01-27 Thread David Wheeler
The following bug has been logged online: Bug reference: 3905 Logged by: David Wheeler Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3RC2 Operating system: Mac OS X 10.5 Description:configure cannot find ossp UUID libs and/or includes Details: I've installe