Resolve Squeeze installation problems with PostgreSQL 9.0
authorDan Scott <dan@coffeecode.net>
Tue, 14 Jun 2011 02:54:27 +0000 (22:54 -0400)
committerDan Scott <dan@coffeecode.net>
Tue, 14 Jun 2011 02:54:27 +0000 (22:54 -0400)
commitc1b1d40e661fdafd16863af098fda965807de22b
tree2923727c086a46ce8a4072b4a6acfccdea6854c9
parent400fa7e97d6fdf99175af39f8f769024f3871bf1
Resolve Squeeze installation problems with PostgreSQL 9.0

When you install OpenSRF on Debian Squeeze, one of the packages
(apache2-prefork-dev) installs 8.4 versions of libpq5 and libpq-dev as
dependencies. These conflict with the 9.0 versions that are required as
dependencies for PostgreSQL 9.0 - so get them out of the way, pin the
9.0 versions of the packages, and reinstall apache2-prefork-dev.

We will probably need to do something similar for Lucid.

Signed-off-by: Dan Scott <dan@coffeecode.net>
Open-ILS/src/extras/Makefile.install