Hola grupo
tengo el siguiente escenario funcionando con slony node1 --> postgresql8.3slony 2.1.3x86_64MASTER >node2 -->postgresql8.3slony 2.1.3x86_64SLAVE quiero agregar otro nodo con las siguientes características node2 -->postgresql9.3slony 2.1.3i386SLAVE pero me manda el siguiente error al ejecutar store node en el node1 create_nodes_3.slonik:2: PGRES_FATAL_ERROR load '$libdir/slony1_funcs'; - ERROR: could not access file "$libdir/slony1_funcs": No existe el fichero o el directorio >create_nodes_3.slonik:2: Error: the extension for the Slony-I C functions >cannot be loaded in database 'dbname=prueba host=xxxxx user=slony port=5432 >password=xxxx'create_nodes_3.slonik:2: PGRES_FATAL_ERROR load >'$libdir/slony1_funcs'; - ERROR: could not access file >"$libdir/slony1_funcs": No existe el fichero o el directorio >create_nodes_3.slonik:2: Error: the extension for the Slony-I C functions >cannot be loaded in database 'dbname=prueba host=xxxxxx user=slony port=5432 >password=xxxxx' al tratar de iniciar la replicacion en el node3 el error que arroja es el siguiente ERROR cannot get sl_local_node_id - ERROR: relation "_NombreCluster.sl_local_node_id" does not exist >LINE 1: select last_value::int4 from "_NombreCluster".sl_local_node_id al momento de instalar slony lo he hecho de dos diferentes maneras ./configure --with-pgpkglibdir=/usr/lib/pgsql >./configure --with-pgconfigdir=/usr/bin/pg_config gracias de antemano. Eveling
