CVS User Account cvsuser
Tue Oct 17 11:33:20 PDT 2006
Log Message:
-----------
Doc changes: Indicate that --with-pgconfigdir is quite likely all that
needs configuring.

Modified Files:
--------------
    slony1-engine:
        INSTALL (r1.11 -> r1.12)
    slony1-engine/doc/adminguide:
        installation.sgml (r1.27 -> r1.28)

-------------- next part --------------
Index: INSTALL
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/INSTALL,v
retrieving revision 1.11
retrieving revision 1.12
diff -LINSTALL -LINSTALL -u -w -r1.11 -r1.12
--- INSTALL
+++ INSTALL
@@ -41,6 +41,10 @@
 --with-pgpkglibdir=<dir>        Location of the PostgreSQL pkglibs. E.g. plpgsql.so
 --with-pgsharedir=<dir>         Location of the PostgreSQL share dir. E.g. postgresql.conf.sample
 
+*USUALLY*, all you should need to specify is the first of those
+locations, namely --with-pgconfigdir=/path/to/pg_config/bin; the
+others should be able to be inferred based on the output of pg_config.
+
 PostgreSQL version 8 installs the server header #include files by
 default; with version 7.4 and earlier, you need to make sure that the
 build installation included doing "make install-all-headers",
Index: installation.sgml
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/adminguide/installation.sgml,v
retrieving revision 1.27
retrieving revision 1.28
diff -Ldoc/adminguide/installation.sgml -Ldoc/adminguide/installation.sgml -u -w -r1.27 -r1.28
--- doc/adminguide/installation.sgml
+++ doc/adminguide/installation.sgml
@@ -77,13 +77,13 @@
 
 <para> <emphasis>Normally,</emphasis> it ought to be sufficient to run
 <command>configure
-<option>--pgconfigdir=/some/path/somewhere</option></command>, where
-<filename>/some/path/somewhere</filename> is the place where the
+<option>--with-pgconfigdir=/some/path/somewhere</option></command>,
+where <filename>/some/path/somewhere</filename> is the place where the
 &postgres; program <application>pg_config</application> is located.
 From <application>pg_config</application>, the
-<filename>configure</filename> will determine the various locations
-where &postgres; components are found, which indicates where the
-essential components of &slony1; must be installed.</para>
+<filename>configure</filename> script can determine the various
+locations where &postgres; components are found, which indicates where
+the essential components of &slony1; must be installed.</para>
 
 <para>On certain platforms (AIX and Solaris are known to need this;
 Linux does not), the compile of &postgres; must be expressly



More information about the Slony1-commit mailing list