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:58:42 +0000 (22:58 -0400)
commit48d8f482ebe460afa585e795c2c6a92e3cf0e584
treecbc89a529b7baf5577c05dd15ab4a5998e4934cc
parentfdd5c02aec0d65bca81df1ccf9e3746ccde6cd06
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