Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/aolserver.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/aolserver.xml,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/aolserver.xml 3 Mar 2002 01:27:08 -0000 1.4 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/aolserver.xml 7 Mar 2002 06:55:37 -0000 1.5 @@ -224,9 +224,10 @@ Put the name of the driver(s) that you want into conf-db. This can be - postgresql, - oracle, or - both. + "postgresql", + "oracle", or the word + "both" if you want both drivers + installed. @@ -254,6 +255,26 @@ nsadmin:/usr/local/src/aolserver$ echo "make" > conf-make + + If you're going to be installing the Postgresql driver, you'll + have to adjust the makefile first. This will hopefully be cleaned + up in future versions of this distribution. + + + +nsadmin:/usr/local/src/aolserver$ emacs pgdriver/makefile + + + Edit the lines containing PGLIB and PGINC so they look like this: + + + +PGINC=/usr/local/pgsql/include + +PGLIB=/usr/local/pgsql/lib + + + Compile and install AOLserver and modules nsadmin:/usr/local/src/aolserver$ ./conf