Synchronise instructions
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 3 Jan 2004 06:49:37 +0000 (06:49 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 3 Jan 2004 06:49:37 +0000 (06:49 +0000)
INSTALL

diff --git a/INSTALL b/INSTALL
index f009d97..af98d37 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -127,10 +127,10 @@ 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 --with-readline=/lib --enable-sockets
+  ./configure --enable-shmop --with-zlib --with-zlib-dir=/usr/lib --with-mysql=/usr/local/mysql --with-iconv --with-apache=/home/lee/src/apache_1.3.26 --with-readline --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
+  ./configure --enable-shmop --with-zlib --with-zlib-dir=/usr/lib --with-mysql=/usr/local/mysql --with-iconv --with-apxs2filter=/usr/local/apache/bin/apxs --with-readline --enable-sockets
 
   (using your own local paths, of course). Build and install as
   instructed. Set "register_globals" on in the config file, and