From 204109a89a364becf5ed6f59fbfc37ce397e22b0 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sat, 3 Jan 2004 06:49:37 +0000 Subject: [PATCH] Synchronise instructions --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index f009d97fc8..af98d377b7 100644 --- 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 -- 2.20.1