Index: openacs-4/packages/acs-core-docs/www/individual-programs.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/individual-programs.html,v diff -u -r1.26 -r1.27 --- openacs-4/packages/acs-core-docs/www/individual-programs.html 17 Jul 2006 05:38:31 -0000 1.26 +++ openacs-4/packages/acs-core-docs/www/individual-programs.html 7 Jun 2008 20:28:50 -0000 1.27 @@ -1,15 +1,16 @@ -Prerequisite Software

Prerequisite Software

by Joel Aufrecht

+ +Prerequisite Software

Prerequisite Software

by Joel Aufrecht

OpenACS docs are written by the named authors, and may be edited by OpenACS documentation staff.

OpenACS requires, at a minimum, an operating system, database, and webserver to work. Many additional programs, such as a build environment, Mail Transport Agent, and source control system, are also needed for a fully effective installation. -

Table�2.2.�Version Compatibility Matrix

OpenACS Version3.2.5 4.5 4.6 4.6.14.6.24.6.35.05.15.2
AOLserver3YesNo
3.3+ad13MaybeYesNo
3.3oacs1MaybeYesNo
3.4.4No
3.4.4oacs1MaybeYesNo
3.5.5MaybeYesNo
4.0MaybeYes
PostgreSQL7.0YesNo
7.2MaybeYesNo
7.3.2 - 7.3.xNoYes
7.4NoYes
8.0NoMaybeYes
Oracle8.1.6MaybeYes
8.1.7MaybeYes
9iNoYes
10gNoMaybe

The OpenACS installation instructions assume the operating system and build environment are installed. +

Table�2.2.�Version Compatibility Matrix

OpenACS Version3.2.5 4.5 4.6 4.6.14.6.24.6.35.05.15.2
AOLserver3YesNo
3.3+ad13MaybeYesNo
3.3oacs1MaybeYesNo
3.4.4No
3.4.4oacs1MaybeYesNo
3.5.5MaybeYesNo
4.0MaybeYes
PostgreSQL7.0YesNo
7.2MaybeYesNo
7.3.2 - 7.3.xNoYes
7.4NoYes
8.0NoMaybeYes
Oracle8.1.6MaybeYes
8.1.7MaybeYes
9iNoYes
10gNoMaybe

The OpenACS installation instructions assume the operating system and build environment are installed. The instructions explain installation of TCL, tDOM, tclwebtest, a Web Server, a Database, a Process Controller, and Source Control software. The following external links are for reference only. -

  • OpenACS 5.2.3rc1.�The OpenACS tarball comprises the core packages and +

  • Build Environment.�The Reference Platform installation compiles most programs from @@ -29,19 +30,19 @@ operating system distribution.

  • GNU Make 3.76.1 or newer, REQUIRED.�PostgreSQL and AOLserver require gmake to compile. Note that on most linux distributions, GNU Make is simply named - make and + make and there is no - gmake, + gmake, whereas on BSD distributions, - make and - gmake are + make and + gmake are different --use gmake.

  • TCL 8.4.x.�

    • TCL 8.4.x, REQUIRED.�OpenACS is written in TCL, an interpreted language. A threaded version of the TCL interpreter must be installed for OpenACS to work. The TCL interpreter that is included in most standard distributions may not be thread safe.

    • TCL 8.4.x development headers and libraries, OPTIONAL.� The site-wide-search service, OpenFTS, requires these to - compile. (Debian users: apt-get install - tcl8.4-dev). You need this - to install OpenFTS.

  • tDOM, REQUIRED.�OpenACS 5.2.3rc1 stores + compile. (Debian users: apt-get install + tcl8.4-dev). You need this + to install OpenFTS.

  • tDOM, REQUIRED.�OpenACS 5.4.2 stores queries in XML files, so we use an AOLserver module called tDOM to parse these files. (This replaces libxml2, which was used prior to 4.6.4.)

  • tclwebtest, OPTIONAL.�tclwebtest is a tool for testing web interfaces via tcl scripts.

  • Web Server.�The web server handles incoming HTTP requests, provides @@ -50,7 +51,7 @@ errors. OpenACS uses AOLserver; some people have had success running Apache with mod_nsd.

    • AOLserver 4.x, REQUIRED.�Provides the base HTTP server

    Mat Kovach is graciously maintaining an AOLserver distribution that - includes all the patches and modules needed to run OpenACS 5.2.3rc1. These + includes all the patches and modules needed to run OpenACS 5.4.2. These instructions will describe how to install using his source distribution. He also has binaries for SuSE 7.3 and OpenBSD 2.8 (and perhaps more to come), currently located at uptime.openacs.org. @@ -67,14 +68,14 @@ (i.e. postgres.so)

  • - The patch that makes exec work + The patch that makes exec work on BSD is available at sourceforge.net

  • - The patch for aolserver 3.x that makes ns_uuencode + The patch for aolserver 3.x that makes ns_uuencode work for binary files is available at sourceforge.net

  • The patch that makes AOLserver 3.x respect the - -g flag is available at + -g flag is available at sourceforge.net

  • nsopenssl, OPTIONAL.�Provides SSL capabilities for AOLserver. It requires OpenSSL. You need this if you want users to make @@ -93,7 +94,7 @@ higher, full text search is also available via tsearch2.

  • Analog 5.32 or newer, OPTIONAL.�This program examines web server request logs, looks up DNS values, and produces a report. You need this if you - want to see how much traffic your site is getting.

  • Balance 3.11 or newer, OPTIONAL.�"Balance is a simple but powerful generic tcp proxy with round robin load balancing and failover mechanisms." You need this or something equivalent if you are running a high-availability production site and do not have an external load balancing system.

  • Database.�The data on your site (for example, user names and passwords, + want to see how much traffic your site is getting.

  • Balance 3.11 or newer, OPTIONAL.�"Balance is a simple but powerful generic tcp proxy with round robin load balancing and failover mechanisms." You need this or something equivalent if you are running a high-availability production site and do not have an external load balancing system.

  • Database.�The data on your site (for example, user names and passwords, calender entries, and notes) is stored in the database. OpenACS separates the database with an abstraction layer, which means that several different databases all function @@ -105,7 +106,7 @@ restarts that software if it fails. On Linux, we recommend using Daemontools to control AOLserver and qmail.

    • Daemontools 0.76, OPTIONAL.�You need this if - you want AOLserver and qmail to run "supervised," + you want AOLserver and qmail to run "supervised," meaning that they are monitored and automatically restarted if they fail. An alternative would be to run the services from inittab.

  • Mail Transport Agent.�A Mail Transport Agent is a program that handles all