Diff for /parser3/INSTALL between versions 1.31.6.5 and 1.37

version 1.31.6.5, 2003/07/22 12:01:54 version 1.37, 2004/03/02 14:05:08
Line 59 Line 59
 3.What other libraries are needed to compile/install parser?   3.What other libraries are needed to compile/install parser? 
   
 3a. In case you wish XML(xdoc and xnode classes) support, you need libraries  3a. In case you wish XML(xdoc and xnode classes) support, you need libraries
       libxml2 >= 2.5.5 [ftp://xmlsoft.org/libxml2-2.5.5.tar.gz]        libxml2 >= 2.6.5 [ftp://xmlsoft.org/libxml2-2.6.5.tar.gz]
       libxslt >= 1.0.28 [ftp://xmlsoft.org/libxslt-1.0.28.tar.gz]        libxslt >= 1.1.2 [ftp://xmlsoft.org/libxslt-1.1.2.tar.gz]
       glib >= 1.2.10 [ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz]        glib >= 1.2.10 [ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz]
       gdome2 >= 0.7.4 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.4.tar.gz]        gdome2 >= 0.7.4 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.4.tar.gz]
     on your system, and specify path to them to Parser3 configure script.      on your system, and specify path to them to Parser3 configure script.
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.31.6.5  
changed lines
  Added in v.1.37


E-mail: