> Hi I am following the tutorial at > http://pgpool.projects.postgresql.org/contrib_docs/simple_sr_setting/index.html > to try out pgpool-II with Streaming Replication/Hot Standby in > Postgres 9. I am using the new tarball linked > from the page, for pgpool-II-3.1.0-alpha1. When I run sh > install-functions.sh I see the following errors: > > r...@desktop:/opt/pgpool-II-3.1.0-alpha1# sh install-functions.sh > Makefile:14: /usr/lib/postgresql/8.4/lib/pgxs/src/makefiles/pgxs.mk: > No such file or directory > make: *** No rule to make target > `/usr/lib/postgresql/8.4/lib/pgxs/src/makefiles/pgxs.mk'. Stop. > Makefile:14: /usr/lib/postgresql/8.4/lib/pgxs/src/makefiles/pgxs.mk: > No such file or directory > make: *** No rule to make target > `/usr/lib/postgresql/8.4/lib/pgxs/src/makefiles/pgxs.mk'. Stop. > Error: You must install at least one postgresql-client-<version> > package. > Error: You must install at least one postgresql-client-<version> > package. > > How can I correct this ? > Which file I have to modify to fix this, if I have postgres 9.0 > installed ? > Why the error is with postgres 8.4 ?
First of all Streaming replication was implemented in 9.0. So trying to use streaming replication never works with 8.4. Beside this, I have no idea why the rpm package gives error. Maybe as a packager Devrim knows something? -- Tatsuo Ishii SRA OSS, Inc. Japan English: http://www.sraoss.co.jp/index_en.php Japanese: http://www.sraoss.co.jp _______________________________________________ Pgpool-general mailing list [email protected] http://pgfoundry.org/mailman/listinfo/pgpool-general
