Skip bad titles
[lhc/web/wiklou.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index d47509f..8e4f6cd 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -2,7 +2,7 @@
 Installing Wikipedia Phase III Software
 ----
 
-The Wikipedia software was developed collabortively by
+The Wikipedia software was developed collaboratively by
 many people, so it's something of a hodgepodge. The
 main wiki software itself is written in PHP, and requires
 the Apache web server and MySQL database. The optional
@@ -30,13 +30,18 @@ Before installing the software, you must copy the file
 "LocalSettings.sample" to "LocalSettings.php", and
 "AdminSettings.sample" to "AdminSettings.php", and
 customize both of the php files to your local setup
-(things like installation parh, passwords, etc.) The
+(things like installation path, passwords, etc.) The
 script install.php can then be run to install the
 software. It must be run from the command line with
 PHP: that is, type "php install.php" (you may need to
 specify the path the php executable). You will probably
 need to run as root.
 
+ Hint: If you are using Debian, the PHP interpreter is 
+ not part of the "php4" package; you need to install
+ php4-cgi separately (the interpreter will be called 
+ php4).
+
 This script will copy all the necessary software over to
 the directories you have specified in the settings files.
 It will then warn you that it is about to create the
@@ -49,7 +54,7 @@ to your MySQL installation.
 
 If you are merely updating an existing installation, run
 "php update.php" instead of install.  This will copy all
-the software, and also run any dtabase updates that may
+the software, and also run any database updates that may
 be necessary. These should give appropriate warnings if
 there are any dangerous ones.
 
@@ -70,7 +75,7 @@ Downloads:
   apc-cvs.tar.gz
 
 And for math support:
-  ocaml-3.06.tar.gz
+  ocaml-3.06.tar.gz (3.04 doesn't work)
   (TeTeX, ImageMagick, and GhostScript come with most Linux distros)
 
 1. MySQL strongly recommends using gcc 2.95 to compile MySQL.
@@ -123,7 +128,7 @@ And for math support:
 
 7. Unpack and configure PHP. Configure with something like:
 
-  ./configure --enable-apc --enable-shmop --with-zlib --with-zlib-dir=/usr/lib --with-mysql=/usr/local/mysql --with-iconv=/usr/local/lib --with-apache=/home/lee/src/apache_1.3.26
+  ./configure --enable-apc --enable-shmop --with-zlib --with-zlib-dir=/usr/lib --with-mysql=/usr/local/mysql --with-iconv=/usr/local/lib --with-apache=/home/lee/src/apache_1.3.26 --with-readline=/lib --enable-sockets
 
 Or for Apache 2.0 module:
   ./configure --enable-shmop --with-zlib --with-zlib-dir=/usr/lib --with-mysql=/usr/local/mysql --with-iconv --with-apxs2filter=/usr/local/apache/bin/apxs