Re: [Slony1-general] ERROR: incompatible library

From: Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk>
To: pgsql-general(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org, Tony Fernandez <Tony(dot)Fernandez(at)vocalocity(dot)com>
Cc: slony1-general(at)lists(dot)slony(dot)info
Subject: Re: [Slony1-general] ERROR: incompatible library
Date: 2008-11-13 09:53:04
Message-ID: 561916.65311.qm@web23606.mail.ird.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers


--- On Wed, 12/11/08, Tony Fernandez <Tony(dot)Fernandez(at)vocalocity(dot)com> wrote:

> Date: Wednesday, 12 November, 2008, 10:52 PM
> Hello lists,
>
>
>
> I am trying to run Slony on a Master Postgres 8.1.11
> replicating to a
> Slave same version and 2nd Slave Postgres 8.3.4.

>
> I am getting the following error:
>
>
>
> <stdin>:14: PGRES_FATAL_ERROR load
> '$libdir/xxid'; - ERROR:
> incompatible library "/usr/lib/pgsql/xxid.so":
> missing magic block
>
> HINT: Extension libraries are required to use the
> PG_MODULE_MAGIC
> macro.
>
> <stdin>:14: Error: the extension for the xxid data
> type cannot be loaded
> in database 'dbname=hdap host=10.0.100.234 port=6543
> user=myuser
> password=mp'

I think you've proabably built slony against one version of postgres and then tried to use it with another. You must build against 8.1.11 and then separately for 8.3.4, using the same version of slony ofcourse.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sam Mason 2008-11-13 12:18:35 Re: Suboptimal execution plan for simple query
Previous Message Jean-Christophe Arnu 2008-11-13 09:49:00 pg_lesslog/pg_standby

Browse pgsql-hackers by date

  From Date Subject
Next Message Russell Smith 2008-11-13 10:19:56 Re: Re: [BUGS] libpq does not manage SSL callbacks properly when other libraries are involved.
Previous Message Magnus Hagander 2008-11-13 08:05:26 Re: SSL cleanups/hostname verification