|
|
| version 1.39, 2005/01/31 08:51:32 | version 1.40.6.1, 2005/12/19 14:42:33 |
|---|---|
| Line 66 | Line 66 |
| 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.6.5 [ftp://xmlsoft.org/libxml2-2.6.17.tar.gz] | libxml2 >= 2.6.5 [ftp://xmlsoft.org/libxml2-2.6.17.tar.gz] |
| libxslt >= 1.1.2 [ftp://xmlsoft.org/libxslt-1.1.10-1.src.rpm] | libxslt >= 1.1.2 [ftp://xmlsoft.org/libxslt-1.1.10.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] |
| on freebsd5 this is reported to work: ftp://ftp.gtk.org/pub/gtk/v1.1/glib-1.1.16.tar.gz | |
| gdome2 >= 0.7.4 [http://gdome2.cs.unibo.it/tarball/gdome2-0.8.1.tar.gz] | gdome2 >= 0.7.4 [http://gdome2.cs.unibo.it/tarball/gdome2-0.8.1.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 90 | Line 91 |
| glib: | glib: |
| cd glib-x.x.x | cd glib-x.x.x |
| ./configure --prefix=$HOME/gnome | ./configure --prefix=$HOME/gnome --silent |
| make install | make install |
| gdome2: | gdome2: |
| Line 205 | Line 206 |
| ./p3runConfigure <any additional options to apache configure to pass> | ./p3runConfigure <any additional options to apache configure to pass> |
| example: | 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: | WARNING: if you want to use apache configure option --enable-shared=max, do this: |
| ./p3runConfigure --enable-shared=max --disable-shared=mod_parser3.c | ./p3runConfigure --enable-shared=max --disable-shared=mod_parser3.c |