I am just about to do some testing using Aolserver 4.0.7, Postgres 7.4.3 and OpenACS 5.1.1 and so am working through the install docs again.
I found the reference to Bison which instructs as follows:
++++++++++++++++++++++++
Install Bison. Only do this if bison --version is smaller than 1.875 and you install PostgreSQL 7.4.
[root root]# cd /usr/local/src
[root src]# wget http://ftp.gnu.org/gnu/bison/bison-1.875.tar.gz
[root src]# tar xfz bison-1.875.tar.gz
[root src]# cd bison-1.875
[root src]# ./configure
[root src]# make install
++++++++++++++++++++++++
A couple of questions.
1) "only do this if bison --version is smaller than 1.875 and you install PostgreSQL 7.4" - the command line instructions then go on to "tar xfz bison-1.875.tar.gz". So should this be 'smaller than or equal to', and why is it important?
2) Is Bison actually required? Does Postgres link to the libraries or something? I have followed this doc before and NOT installed Bison and suffered no problems. If it is an optional extra for those wanting to write parsers perhaps we should say so.
Regards
Richard