From: Brion Vibber Date: Sat, 3 Jan 2004 06:49:37 +0000 (+0000) Subject: Synchronise instructions X-Git-Tag: 1.3.0beta1~1202 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=204109a89a364becf5ed6f59fbfc37ce397e22b0;p=lhc%2Fweb%2Fwiklou.git Synchronise instructions --- 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