Re: Postgres - uuid-ossp error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Adalberto Costa <adalbertodiascosta(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres - uuid-ossp error
Date: 2009-06-21 14:51:00
Message-ID: 11779.1245595860@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Adalberto Costa <adalbertodiascosta(at)gmail(dot)com> 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/MAMP/Library/pg/lib/postgresql/uuid-ossp.so:
> mach-o, but wrong architecture

Apparently you're trying to use a uuid-ossp.so file built for Intel Mac
on a PPC Mac, or perhaps vice versa. Get the right type of file, or
build it yourself locally.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fraley 2009-06-21 18:01:59 default data sort
Previous Message Tom Lane 2009-06-21 14:38:41 Re: Implicit conversion/comparision of timestamp with and without timezone