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.5 -r1.6.2.6 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/aolserver4.xml 15 Oct 2004 07:46:05 -0000 1.6.2.5 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/aolserver4.xml 15 Nov 2004 12:19:52 -0000 1.6.2.6 @@ -13,14 +13,34 @@ + + + Check suitability of previously installed TCL + Start tcl (type tclsh or find it using which tclsh). + + + [root root]% info exists tcl_platform(threaded) +1 +[root root]% info patchlevel +8.4.7 +[root root]% +tclsh +info exists tcl_platform(threaded) +info patchlevel + + If the first command returns anything other than 1, + then tcl is not threaded. If tcl is threaded and the version is 8.4 or higher, then installing + tcl from source is optional. + + Retrieve TCL 8.4 (or higher) - Download and install TCL 8.4 + Download and install TCL 8.4 from source - If you have not installed TCL already, download the latest TCL version from Sourceforge + If you have not installed a threaded version of TCL, 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. +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.7-src.tar.gz [root src]# tar xfz tcl8.4.7-src.tar.gz @@ -114,7 +134,7 @@ You can use the ldd command to verify that all libraries are linked in: - ldd nspostgres.so + ldd /usr/local/src/aolserver40r8/nspostgres/nspostgres.so If you run into problems with libpq.a do the following (and repeat the step above)