Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/aolserver4.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/aolserver4.xml,v
diff -u -r1.17 -r1.18
--- openacs-4/packages/acs-core-docs/www/xml/install-guide/aolserver4.xml 9 Sep 2004 22:24:20 -0000 1.17
+++ openacs-4/packages/acs-core-docs/www/xml/install-guide/aolserver4.xml 20 Oct 2004 00:00:16 -0000 1.18
@@ -18,6 +18,7 @@
Retrieve TCL 8.4 (or higher)
Download and install TCL 8.4
+ Note for Debian users: you can apt-get install tcl8.4-dev if you have the right version (>=8.4.7 you can use www.backports.org as well). You'll have to use /usr/lib/tcl8.4/ instead of /usr/local/lib when you try to find the tcl libraries, however.
If you have not installed TCL already, download the latest TCL version from Sourceforge
Remember that you have to be root if you want to follow these instructions. On Mac OS X type sudo su - to become root.
Alternatively use curl -L -O instead of wget (especially on Mac OS X.
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.26 -r1.27
--- openacs-4/packages/acs-core-docs/www/xml/install-guide/postgres.xml 9 Sep 2004 17:28:53 -0000 1.26
+++ openacs-4/packages/acs-core-docs/www/xml/install-guide/postgres.xml 20 Oct 2004 00:00:16 -0000 1.27
@@ -31,11 +31,14 @@
Special Notes for Debian
- Debian users, especially Debian stable users, should
- install PostGreSQL from source as detailed below. Debian
+
+ Debian stable user should install PostGreSQL from source
+ as detailed below, or they should use the www.backports.org
+ backport for Postgres to get a more current version. Debian
unstable users: the following process has been known to work
(but you should double-check that the version of PostGreSQL is
7.3 or above):
+
apt-get install postgresql postgresql-dev postgresql-doc
ln -s /usr/include/postgresql/ /usr/include/pgsql
ln -s /var/lib/postgres /usr/local/pgsql