--- parser3/INSTALL 2005/12/08 14:09:35 1.44.2.2 +++ parser3/INSTALL 2005/12/16 10:14:54 1.46 @@ -158,6 +158,15 @@ --with-pathlink=LKEY put dynamic libraries paths to binary using linker key (-R, -rpath-link) + Sample: + cd $HOME/parser3project/parser3 + ./configure --prefix=$HOME/parser3install \ + --with-static-gc=$HOME/parser3project/gc/lib \ + --with-static-xml=$HOME/parser3project/gnome \ + --with-sendmail="/usr/sbin/sendmail -i -t -f postmaster" \ + --silent + make install + 3b. In case you wish $mail:receive support you need libraries glib >= 1.2.10 gmime >= 1.0.1 [http://spruce.sourceforge.net/gmime/sources/v1.0/gmime-1.0.8.tar.gz] @@ -247,11 +256,11 @@ ./p3runConfigure example: - ./p3runConfigure --prefix=$D/apache13install --enable-module=rewrite + ./p3runConfigure --prefix=$HOME/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 (http://paf.design.ru) -$Id: INSTALL,v 1.44.2.2 2005/12/08 14:09:35 paf Exp $ +$Id: INSTALL,v 1.46 2005/12/16 10:14:54 paf Exp $