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
   x...@thebuild.com


--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to