Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/other-software.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/other-software.xml,v diff -u -r1.9.2.8 -r1.9.2.9 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/other-software.xml 8 Jan 2004 12:16:21 -0000 1.9.2.8 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/other-software.xml 8 Jan 2004 16:28:09 -0000 1.9.2.9 @@ -835,6 +835,38 @@ - + + Install PHP for use in AOLserver + + By Malte Sussdorff + + + To be able to use PHP software with AOLserver (and OpenACS), you have to install PHP with AOLserver support. Get the latest version from www.php.net. For convenience we get version 4.3.4 from a mirror + [root root]# cd /usr/local/src +[root src]# wget http://de3.php.net/distributions/php-4.3.4.tar.gz +[root src]# tar xfz php-4.3.4.tar.gz +[root src]# cd php-4.3.4 +[root php-4.3.4]# cd php-4.3.4 +[root php-4.3.4]# ./configure --with-aolserver=/usr/local/aolserver/ --with-pgsql=/usr/local/pg74 --without-mysql +[root php-4.3.4]# make install + + Once installed you can enable this by configuring your config file. Make sure your config file supports php (it should have a php section with it). Furthermore add index.php as the last element to your directoryfile directive. + + + + By Malte Sussdorff + + + Install Squirrelmail for use as a webmail system for OpenACS + This section is work in progress. It will detail how you can install Squirrelmail as a webmail frontend for OpenACS, thereby neglecting the need to have a seperate webmail package within OpenACS + [service0 service0]# cd www +[service0 www]# wget http://cesnet.dl.sourceforge.net/sourceforge/squirrelmail/squirrelmail-1.4.2.tar.gz +[service0 www]# tar xfz squirrelmail-1.4.2.tar.gz +[service0 www]# mv squirrelmail-1.4.2 mail +[service0 www]# cd mail/config +[service0 www]# ./conf.pl + + Now you are about to configure Squirrelmail. The configuration heavily depends on your setup, so no instructions are given here. +