Diff for /parser3/INSTALL between versions 1.35 and 1.37

version 1.35, 2004/02/10 10:41:52 version 1.37, 2004/03/02 14:05:08
Line 72 Line 72
     libxml2:      libxml2:
   
     cd libxml2-x.x.x      cd libxml2-x.x.x
     ./configure --prefix=$HOME/gnome --without-zlib --without-iconv --silent      ./configure --prefix=$HOME/gnome --without-zlib --without-iconv --without-threads --silent
     make install      make install
   
     libxslt:      libxslt:
Line 190 Line 190
   --with-pgsql-client=pgsqlclientlib?params    --with-pgsql-client=pgsqlclientlib?params
   --with-oracle-client=oracleclientlib?params    --with-oracle-client=oracleclientlib?params
       
    5.
     If you need to build apache 1.3 parser module, get source distribution of apache 1.3,
     run configure there, then run parser configure with one more option:
     --with-apache13=Apache13 source distribution directory
     after 'make' go to that directory and run
   
     ./p3runConfigure <any additional options to apache configure to pass>
     
     example:
     ./p3runConfigure --prefix=$D/apache13install --enable-module=rewrite
   
     WARNING: if you want to use apache configure option --enable-shared=max, do this:
     ./p3runConfigure --enable-shared=max --disable-shared=mod_parser3.c
     
 Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)  Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)
   
 $Id$  $Id$

Removed from v.1.35  
changed lines
  Added in v.1.37


E-mail: