--- parser3/INSTALL 2002/06/24 15:26:34 1.24 +++ parser3/INSTALL 2003/01/09 17:06:45 1.30 @@ -61,7 +61,7 @@ Installation sequence of these libraries to $D/gnome: - libxml2: [ftp://ftp.gnome.org/pub/GNOME/stable/sources/libxml/libxml2-2.4.12.tar.gz] + libxml2: [ftp://ftp.gnome.org/pub/GNOME/sources/libxml2/2.4/libxml2-2.4.12.tar.gz] cd libxml2-x.x.x patch -p0 < $D/parser3project/parser3/src/lib/patches/libxml_error_column_tab.patch @@ -70,10 +70,10 @@ patch -p0 < $D/parser3project/parser3/src/lib/patches/libxml_transcoder_context2.patch patch -p0 < $D/parser3project/parser3/src/lib/patches/libxml_transcoder_context3.patch patch -p0 < $D/parser3project/parser3/src/lib/patches/libxml_transcoder_context4.patch - ./configure --prefix=$D/gnome --without-zlib + ./configure --prefix=$D/gnome --without-zlib --without-iconv make install - libxslt: [ftp://ftp.gnome.org/pub/GNOME/stable/sources/libxslt/libxslt-1.0.9.tar.gz] + libxslt: [ftp://ftp.gnome.org/pub/GNOME/sources/libxslt/1.0/libxslt-1.0.9.tar.gz] cd libxslt-x.x.x patch -p0 < $D/parser3project/parser3/src/lib/patches/libxslt_html_output_no_charset_meta.patch @@ -86,7 +86,7 @@ ./configure --prefix=$D/gnome make install - gdome2: [http://phd.cs.unibo.it/gdome2/tarball/gdome2-0.7.0.tar.gz] + gdome2: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.0.tar.gz] cd gdome2-x.x.x patch -p0 < $D/parser3project/parser3/src/lib/patches/libgdome_cpp_syntax1.patch @@ -129,7 +129,7 @@ ./configure --prefix=$D/gnome make install - gmime: [http://spruce.sourceforge.net/gmime/sources/gmime-1.0.1.tar.gz] + gmime: [http://spruce.sourceforge.net/gmime/sources/gmime-1.0.5.tar.gz] cd gmime-x.x.x ./configure --prefix=$D/gnome @@ -166,15 +166,19 @@ option to configure. file::exec, file::cgi and mail:send (unix version) methods would be disabled. - You can disable reading and executing files, belonging to group - other then current by setting - --disable-foreign-group-files + You can enable reading and executing files, not belonging to group+user + other then effective by setting + --disable-safe-mode option to configure. You can disable user-configured sendmail commands by forcing it, setting "--with=sendmail=COMMAND" option to configure. - + + In case you are experiencing problem with gcc runtime exception handling, + try to configure with + --with-sjlj-exceptions + option. Some root config options can be specified at configure time, and would override autodetects. @@ -189,4 +193,4 @@ Alexandr Petrosian (http://paf.design.ru) -$Id: INSTALL,v 1.24 2002/06/24 15:26:34 paf Exp $ +$Id: INSTALL,v 1.30 2003/01/09 17:06:45 paf Exp $