Package: slony1 Version: 1.1.2.-3 When I tried to create a slony master slave configuration using a slonik script The following message resulted:
<stdin>:23: PGRES_FATAL_ERROR load '$libdir/slony1_funcs'; - ERROR: could not load library "/usr/lib/postgresql/8.0/lib/slony1_funcs.so": /usr/lib/postgresql/8.0/lib/slony1_funcs.so: undefined symbol: compatible_oper_funcid <stdin>:23: Error: the extension for the Slony-I C functions cannot be loaded in database 'dbname=slonymaster host=localhost port=5433 user=slony ' <stdin>:23: ERROR: no admin conninfo for node 134586696 It seems the library cannot find another library it needs. I run an eleborate setup with postgresql-common by Martin Pitt and I have database clusters for 7.4, 8.0 and 8.1. The default database cluster for postgres is 7.4, so that might be the problem. I am very interested in getting slony 1.1.5 to work with pg 8.1

