Re: UUId or Similar

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Morris, Roy" <rmorris(at)internetsecure(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: UUId or Similar
Date: 2009-01-28 17:10:57
Message-ID: 18548.1233162657@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Morris, Roy" <rmorris(at)internetsecure(dot)com> writes:
> I am not sure if the actual errors are of any value but here they are ..

> IIS_Logs=# \i /home/rmorris/postgresql-8.3.5/contrib/uuid-ossp/uuid-ossp.sql
> SET
> ERROR: incompatible library "/usr/local/pgsql/lib/uuid-ossp": missing magic block
> HINT: Extension libraries are required to use the PG_MODULE_MAGIC macro.

You seem to be trying to use an old (not 8.3) version of uuid-ossp.so.
I don't know where you got it from (since we never released any version
of uuid-ossp before 8.3), but it's not what it should be.

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Nico Callewaert 2009-01-28 20:50:11 Re: JOIN vs. LEFT JOIN
Previous Message Tom Lane 2009-01-28 16:49:29 Re: JOIN vs. LEFT JOIN