From 213c8c2649191ea7385934f5ac039928362b96ed Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 24 Nov 2006 13:25:02 +0000 Subject: [PATCH] Mention --disable-shared option as a way to prevent modules to be built. --- doc/installation.xml | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/doc/installation.xml b/doc/installation.xml index 7492920..0266ac2 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,4 +1,4 @@ - + Installation @@ -172,9 +172,30 @@ + + + index/*.so + + + The .so-files are Zebra record filter modules. + There are modules for reading + MARC (mod-grs-marc.so), + XML (mod-grs-xml.so) , etc. + + + + - + + + + Using configure option --disable-shared builds + Zebra statically and links "in" Zebra filter code statically, i.e. + no .so-files are generated + + + You can now use Zebra. If you wish to install it system-wide, then as root type @@ -184,7 +205,9 @@ By default this will install the Zebra executables in /usr/local/bin, and the standard configuration files in - /usr/local/share/idzebra-2.0 + /usr/local/share/idzebra-2.0. If + shared modules are built, these are installed in + /usr/local/lib/idzebra-2.0/modules. You can override this with the --prefix option to configure. -- 1.7.10.4