--- parser3/INSTALL 2002/02/27 16:23:27 1.9 +++ parser3/INSTALL 2002/03/25 11:41:26 1.16 @@ -16,18 +16,44 @@ That renaming is needed for SQL drivers to be able to find necessary include-file in Parser3 sources. - NOTE: on some system you sould run 'gmake'. + NOTE: + On some system you should run 'gmake'. + NOTE: By default your would get 'parser3' binary without support of these features: * xml(xdoc and xnode classes) + Read section (3) on getting xml-abled parser. - + NOTE: In case you're not root on machine you're installing Parser, we recommend you to do: ./configure --prefix=/your/home/parser3install and afterwards copy parser3install/bin/parser3 to your CGI directory or make a symlink [if your web server configured to follow symlinks]. + NOTE: + You can disable libstdc++ linkage by setting + --disable-link-libstdcpp + option to configure. + + NOTE: + You can disable any exec operations by setting + --disable-execs + option to configure. + file::exec, file::cgi and mail:send (unix version) methods would be disabled. + + NOTE: + You can disable reading and executing files, belonging to group + other then current by setting + --disable-foreign-group-files + option to configure. + + NOTE: + You can disable user-configured sendmail commands by forcing it, setting + "--with=sendmail=COMMAND" + option to configure. + + 2.What is the process to install Parser3? make install @@ -51,7 +77,7 @@ it will update parser3 binary only. -2.What other libraries are needed to compile/install libxml ? +3.What other libraries are needed to compile/install parser? * You can compile and use parser without any additional libraries. That would be 'basic' version of it. @@ -128,4 +154,4 @@ Alexandr Petrosian (http://paf.design.ru) -$Id: INSTALL,v 1.9 2002/02/27 16:23:27 paf Exp $ +$Id: INSTALL,v 1.16 2002/03/25 11:41:26 paf Exp $