added note about postgresql-server-dev-9.0 and use libxslt-dev instead of version specific package name

This commit is contained in:
trbs
2011-01-11 18:24:17 +01:00
committed by Greg Smith
parent 52313a2d6e
commit b487772b84

View File

@@ -191,7 +191,12 @@ When building repmgr against a Debian packages build, you may discover that some
development packages are needed as well. You will need the following development
packages installed::
sudo apt-get install libxslt1-dev libxml2-dev libpam-dev libedit-dev
sudo apt-get install libxslt-dev libxml2-dev libpam-dev libedit-dev
If your using Debian packages for PostgreSQL and are building repmgr with the
USE_PGXS option you also need to install the corresponding development package::
sudo apt-get install postgresql-server-dev-9.0
If you build and install repmgr manually it will not be on the system path. The
binaries will be installed in /usr/lib/postgresql/$version/bin/ which is not on