ERROR: incompatible library

From: "Tony Fernandez" <Tony(dot)Fernandez(at)vocalocity(dot)com>
To: <pgsql-general(at)postgresql(dot)org>, <pgsql-hackers(at)postgresql(dot)org>
Cc: <slony1-general(at)lists(dot)slony(dot)info>
Subject: ERROR: incompatible library
Date: 2008-11-12 22:52:07
Message-ID: 925169557BAB6947A70CB145F894A75B70ABEE@mail-41ps.atlarge.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

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.

The purpose is to update Postgres in production by steps, first slaves
then switchover to upgrade the master that will not be master when
upgraded.

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'

Is this mean that Slony can not replicate into a newer postgres version?

If it does, then how do I fix this problem?

Thanks for your help,

Tony Fernandez

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Greg Smith 2008-11-12 23:08:11 Re: sort_mem param of postgresql.conf
Previous Message brian 2008-11-12 22:37:34 Re: simple COPY FROM issue

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2008-11-12 22:53:35 Re: Reducing some DDL Locks to ShareLock
Previous Message Ron Mayer 2008-11-12 22:28:56 Re: Re: Updated interval patches - ECPG [was, intervalstyle....]