Re: [GENERAL] Postgres - uuid-ossp error

2009-06-21 Thread Tom Lane
Adalberto Costa writes: > But, I'm getting an error like below: > ERROR: ERROR: could not load library > "/Applications/MAMP/Library/pg/lib/postgresql/uuid-ossp.so": > dlopen(/Applications/MAMP/Library/pg/lib/postgresql/uuid-ossp.so, > 10): no suitable > image found. Did find: > /Applications/MA

[GENERAL] Postgres - uuid-ossp error

2009-06-21 Thread Adalberto Costa
Hi, I'm trying to create a simple function using uuid-ossp package like follows: CREATE OR REPLACE FUNCTION uuid_nil() RETURNS uuid AS '$libdir/uuid-ossp', 'uuid_nil' IMMUTABLE STRICT LANGUAGE C; But, I'm getting an error like below: ERROR: ERROR: could not load library "/Applications/MAMP/L