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 -N -r1.30.2.5 -r1.30.2.6 --- openacs-4/packages/acs-core-docs/www/postgres.html 15 Oct 2004 12:09:11 -0000 1.30.2.5 +++ openacs-4/packages/acs-core-docs/www/postgres.html 15 Oct 2004 14:15:57 -0000 1.30.2.6 @@ -98,13 +98,10 @@

Don't continue unless you see correct output from env | grep PATH

  • Compile and install PostgreSQL.� Change to the postgres user and run ./configure to set the compilation options automatically. This is the point at which you can - configure PostgreSQL in various ways. For example, if you want to - enable - Unicode support, add the flags --enable-locale and --enable-multibyte. If you want to see what the other possibilities are, run ./configure --help. + configure PostgreSQL in various ways. For example, if you are installing on "OS X" add the flags --with-includes=/sw/include/ --with-libraries=/sw/lib. If you want to see what the other possibilities are, run ./configure --help.

    On debian woody (stable, 3.0), do ./configure --without-readline --without-zlib.

    [root src]# su - postgres
     [postgres pgsql]$ cd /usr/local/src/postgresql-7.4.5
    -[postgres postgresql-7.4.5]$ ./configure --with-includes=/sw/include/ --with-libraries=/sw/lib --enable-locale --enable-multibyte \
    -  --enable-syslog --enable-unicode-conversion --enable-recode 
    +[postgres postgresql-7.4.5]$ ./configure
     creating cache ./config.cache
     checking host system type... i686-pc-linux-gnu
     (many lines omitted>
    @@ -124,7 +121,7 @@
     engine.
     su - postgres
     cd /usr/local/src/postgresql-7.4.5
    -/configure --with-includes=/sw/include/ --with-libraries=/sw/lib --enable-locale --enable-multibyte --enable-syslog --enable-unicode-conversion --enable-recode
    +./configure 
     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 -N -r1.23.2.3 -r1.23.2.4 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/postgres.xml 15 Oct 2004 12:09:08 -0000 1.23.2.3 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/postgres.xml 15 Oct 2004 14:15:50 -0000 1.23.2.4 @@ -199,16 +199,13 @@ Compile and install PostgreSQL Change to the postgres user and run ./configure to set the compilation options automatically. This is the point at which you can - configure PostgreSQL in various ways. For example, if you want to - enable - UnicodeUnicodein PostgreSQL support, add the flags --enable-locale and --enable-multibyte. If you want to see what the other possibilities are, run ./configure --help. + configure PostgreSQL in various ways. For example, if you are installing on "OS X" add the flags --with-includes=/sw/include/ --with-libraries=/sw/lib. If you want to see what the other possibilities are, run ./configure --help. On debian woody (stable, 3.0), do ./configure --without-readline --without-zlib. [root src]# su - postgres [postgres pgsql]$ cd /usr/local/src/postgresql-7.4.5 -[postgres postgresql-7.4.5]$ ./configure --with-includes=/sw/include/ --with-libraries=/sw/lib --enable-locale --enable-multibyte \ - --enable-syslog --enable-unicode-conversion --enable-recode +[postgres postgresql-7.4.5]$ ./configure creating cache ./config.cache checking host system type... i686-pc-linux-gnu (many lines omitted> @@ -228,7 +225,7 @@ engine. su - postgres cd /usr/local/src/postgresql-7.4.5 -/configure --with-includes=/sw/include/ --with-libraries=/sw/lib --enable-locale --enable-multibyte --enable-syslog --enable-unicode-conversion --enable-recode +./configure make all make install