PG 7.2 ... I actually tentatively made a fix and it's committed, but I've not had time to personally test it.
I just installed OpenACS 4 (CVS 1/31/02) on PostgreSQL 7.2rc2. The first problem that I ran into was that OpenACS picks xql files based on the database-name and database-version. All the PG xql files are labelled "7.1", but the database version is now "7.2". Once I hacked db-init-checks-postgresql.tcl
to recognize "7.2" as equivalent to "7.1", OpenACS 4 installed perfectly.
The other problem was related to OpenFTS. When I installed PG 7.1.3, make install-all-headers
installs headers into /usr/local/pgsql/include
, while PG 7.2rc2 installs headers into /usr/local/pgsql/include/server
. The OpenFTS configure
script has to be edited to look there.
I didn't test OpenFTS beyond that yet.
Other packages seem to work well!