Gentoo Archives: gentoo-user

From: Rafael Barrera Oro <borafael@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Postgresql native replication problem
Date: Tue, 18 Dec 2007 15:04:22
Message-Id: a964044f0712180658w139f4ccdse1837e2ba71b8023@mail.gmail.com
1 I tried to activate PostgreSQL native replication, but after emerging
2 postgresql and pgperl i found out that the following files (which are needed
3 to get the job done) were missing:
4
5 /usr/bin/DBMirror.pl
6 /usr/lib/postgresql/pending.so
7 /usr/share/postgresql/contrib/AddTrigger.sql
8 /usr/share/postgresql/contrib/MirrorSetup.sql
9 /usr/share/postgresql/contrib/slaveDatabase.conf
10
11 i am using this tutorial to guide myself:
12
13 http://rockfloat.com/howto/gentoo-postgres-replication-native.html
14
15 is there any other package i should emerge?
16
17 Any help would be greatly appreciated. Thanks in advance!
18
19 Rafael