No success, when I tried to "psql -f pgpool-recovery.sql template1" I got
psql:pgpool-recovery.sql:4: ERROR: could not load library "/usr/lib/postgresql/8.3/lib/pgpool-recovery.so": /usr/lib/postgresql/8.3/lib/pgpool-recovery.so: wrong ELF class: ELFCLASS32 psql:pgpool-recovery.sql:10: ERROR: could not load library "/usr/lib/postgresql/8.3/lib/pgpool-recovery.so": /usr/lib/postgresql/8.3/lib/pgpool-recovery.so: wrong ELF class: ELFCLASS32 I guess I will have to download/compile pgpool in every node in order to enable recovery.. 2009/7/14 J. Carlos Muro <[email protected]> > I have one server for pgpool and separate servers for every postgresql node > (distribution package installations, not from sources). I had to install > compliler and postgresql development packages in the backend servers in > order to install pgpool-recovery.so, which i compiled in the server where > pgpool source is.. Of course, the postgresql development packages are the > same in pgpool server as in the nodes... > > Any idea on how to do it without installing development packages on > postgresql servers? >
_______________________________________________ Pgpool-general mailing list [email protected] http://pgfoundry.org/mailman/listinfo/pgpool-general
