Index: openacs-4/packages/acs-core-docs/www/postgres.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/postgres.html,v diff -u -r1.30.2.4 -r1.30.2.5 --- openacs-4/packages/acs-core-docs/www/postgres.html 15 Oct 2004 07:35:40 -0000 1.30.2.4 +++ openacs-4/packages/acs-core-docs/www/postgres.html 15 Oct 2004 12:09:11 -0000 1.30.2.5 @@ -124,7 +124,7 @@ engine. su - postgres cd /usr/local/src/postgresql-7.4.5 -./configure +/configure --with-includes=/sw/include/ --with-libraries=/sw/lib --enable-locale --enable-multibyte --enable-syslog --enable-unicode-conversion --enable-recode make all make install
  • Start PostgreSQL.� The initdb command initializes the Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/postgres.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/postgres.xml,v diff -u -r1.23.2.2 -r1.23.2.3 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/postgres.xml 15 Oct 2004 07:35:18 -0000 1.23.2.2 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/postgres.xml 15 Oct 2004 12:09:08 -0000 1.23.2.3 @@ -228,7 +228,7 @@ engine. su - postgres cd /usr/local/src/postgresql-7.4.5 -./configure +/configure --with-includes=/sw/include/ --with-libraries=/sw/lib --enable-locale --enable-multibyte --enable-syslog --enable-unicode-conversion --enable-recode make all make install