| From: | Christophe Pettus <xof(at)thebuild(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | "pgsql-general(at)postgresql(dot)org mailing list" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Building PG 8.4.1 with ossp-uuid on Centos 5.3 |
| Date: | 2009-10-10 20:12:47 |
| Message-ID: | 5510135C-FEE8-4D51-A973-D073E62544E8@thebuild.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
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 /usr/local/lib/ for the
> libraries. The best fix for the latter is to adjust the ldconfig
> configuration to include that directory.
It is indeed installing it in /usr/local/lib, but the ldconfig was
set. What's irritating is that (looking at config.log) it is finding
the library just fine, but not finding the uuid_export function inside
of it.
--
-- Christophe Pettus
xof(at)thebuild(dot)com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Adrian Klaver | 2009-10-10 20:14:56 | Re: How to send multiple SQL commands from Python? |
| Previous Message | Adrian Klaver | 2009-10-10 19:27:39 | Re: How to send multiple SQL commands from Python? |