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.6.2.3 -r1.6.2.4 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/aolserver4.xml 5 Jul 2004 19:47:36 -0000 1.6.2.3 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/aolserver4.xml 15 Oct 2004 07:35:18 -0000 1.6.2.4 @@ -22,16 +22,16 @@ 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. [root root]# cd /usr/local/src -[root src]# wget http://heanet.dl.sourceforge.net/sourceforge/tcl/tcl8.4.6-src.tar.gz -[root src]# tar xfz tcl8.4.6-src.tar.gz -[root src]# cd tcl8.4.6/unix +[root src]# wget http://heanet.dl.sourceforge.net/sourceforge/tcl/tcl8.4.7-src.tar.gz +[root src]# tar xfz tcl8.4.7-src.tar.gz +[root src]# cd tcl8.4.7/unix [root unix]# ./configure --enable-threads [root unix]# make install [root root]# cd /usr/local/src -wget http://heanet.dl.sourceforge.net/sourceforge/tcl/tcl8.4.6-src.tar.gz -tar xfz tcl8.4.6-src.tar.gz -cd tcl8.4.6/unix +wget http://heanet.dl.sourceforge.net/sourceforge/tcl/tcl8.4.7-src.tar.gz +tar xfz tcl8.4.7-src.tar.gz +cd tcl8.4.7/unix ./configure --enable-threads make install @@ -42,10 +42,10 @@ Download the aolserver from CVS. [root root]# cd /usr/local/src -[root src]# mkdir aolserver40r5 -[root src]# cd aolserver40r5 +[root src]# mkdir aolserver40r8 +[root src]# cd aolserver40r8 [root aolserver]# cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/aolserver login -[root aolserver]# cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/aolserver co -r aolserver_v40_r5 aolserver +[root aolserver]# cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/aolserver co -r aolserver_v40_r8 aolserver [root aolserver]# cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/aolserver co nscache [root aolserver]# cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/aolserver co nspostgres [root aolserver]# cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/aolserver co nssha1 @@ -55,9 +55,9 @@ [root aolserver]# tar xvfz tDOM-0.7.8.tar.gz [root root]# cd /usr/local/src -mkdir aolserver40r5 -cd aolserver40r5 -cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/aolserver co -r aolserver_v40_r5 aolserver +mkdir aolserver40r8 +cd aolserver40r8 +cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/aolserver co -r aolserver_v40_r8 aolserver cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/aolserver co nscache cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/aolserver co nspostgres cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/aolserver co nssha1 @@ -69,17 +69,17 @@ Configure, compile and install AOLserver - Many people need to run more than one version of AOLserver in parallel. This section accomodates future upgrades by installing AOLserver 4 in /usr/local/aolserver40r5. + Many people need to run more than one version of AOLserver in parallel. This section accomodates future upgrades by installing AOLserver 4 in /usr/local/aolserver40r8. - [root aolserver]# cd /usr/local/src/aolserver40r5/aolserver -[root aolserver]# ./configure --prefix=/usr/local/aolserver40r5 --with-tcl=/usr/local/lib/ + [root aolserver]# cd /usr/local/src/aolserver40r8/aolserver +[root aolserver]# ./configure --prefix=/usr/local/aolserver40r8 --with-tcl=/usr/local/lib/ [root aolserver]# make install -cd /usr/local/src/aolserver40r5/aolserver -./configure --prefix=/usr/local/aolserver40r5 --with-tcl=/usr/local/lib/ +cd /usr/local/src/aolserver40r8/aolserver +./configure --prefix=/usr/local/aolserver40r8 --with-tcl=/usr/local/lib/ make install -ln -s /usr/local/aolserver40r5 /usr/local/aolserver - If this is the only version of AOLserver in use, or is the default version, create a symlink. If not, then be sure to use /usr/local/aolserver40r5 instead of /usr/local/aolserver in future steps. - [root aolserver]# ln -s /usr/local/aolserver40r5 /usr/local/aolserver +ln -s /usr/local/aolserver40r8 /usr/local/aolserver + If this is the only version of AOLserver in use, or is the default version, create a symlink. If not, then be sure to use /usr/local/aolserver40r8 instead of /usr/local/aolserver in future steps. + [root aolserver]# ln -s /usr/local/aolserver40r8 /usr/local/aolserver @@ -88,7 +88,7 @@ Install nscache - [root aolserver]# cd /usr/local/src/aolserver40r5/nscache + [root aolserver]# cd /usr/local/src/aolserver40r8/nscache [root nscache]# make install @@ -99,11 +99,12 @@ Install nspostgres (if you want to use Postgres) [root nsrewrite]# cd ../nspostgres -[root nspostgres]# make install POSTGRES=LSB ACS=1 INST=/usr/local/aolserver40r5 +[root nspostgres]# make install POSTGRES=/usr/local/pgsql ACS=1 INST=/usr/local/aolserver40r8 If you get errors like: nspostgres.c: In function `Ns_PgTableList': nspostgres.c:679: warning: passing arg 3 of `Tcl_DStringAppend' as signed due to prototype - then PostGreSQL is probably not in the standard location. The location of PostGreSQL is very dependent on which method was used to install it. To correct the problem, replace LSB with the path to the path to your PostGreSQL installation. Often this is /usr/local/pgsql. + then PostGreSQL is probably not in the standard location. The location of PostGreSQL is very dependent on which method was used to install it. To correct the problem, replace /usr/local/pgsql with the path to the path to your PostGreSQL installation. + Another possibility is that you may need to set the LD_LIBRARY_PATH environmental variable. You may still get warnings, but sometimes this will fix things @@ -136,7 +137,7 @@ [root nssha1]# cd ../tDOM-0.7.8/unix Edit the CONFIG file. Uncomment the instructions meant for AOLserver 4, but edit it to look like this: ../configure --enable-threads --disable-tdomalloc - --prefix=/usr/local/aolserver40r5 --with-tcl=/usr/local/lib + --prefix=/usr/local/aolserver40r8 --with-tcl=/usr/local/lib Now you can compile and configure tDOM [root unix]# sh CONFIG [root unix]# make install @@ -158,21 +159,21 @@ Oracle - [root aolserver]# cd /usr/local/aolserver40r5/bin + [root aolserver]# cd /usr/local/aolserver40r8/bin [root bin]# cp /tmp/&tarballpath;/packages/acs-core-docs/www/files/nsd-oracle.txt ./nsd-oracle [root bin]# chmod 750 nsd-oracle [root bin]# -cd /usr/local/aolserver40r5/bin +cd /usr/local/aolserver40r8/bin cp /tmp/&tarballpath;/packages/acs-core-docs/www/files/nsd-oracle.txt ./nsd-oracle chmod 750 nsd-oracle PostgreSQL - [root aolserver]# cd /usr/local/aolserver40r5/bin + [root aolserver]# cd /usr/local/aolserver40r8/bin [root bin]# cp /tmp/&tarballpath;/packages/acs-core-docs/www/files/nsd-postgres.txt ./nsd-postgres [root bin]# chmod 755 nsd-postgres [root bin]# -cd /usr/local/aolserver40r5/bin +cd /usr/local/aolserver40r8/bin cp /tmp/&tarballpath;/packages/acs-core-docs/www/files/nsd-postgres.txt ./nsd-postgres chmod 755 nsd-postgres