Index: doc/src/sgml/installation.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/installation.sgml,v retrieving revision 1.252 diff -u -r1.252 installation.sgml --- doc/src/sgml/installation.sgml 5 Jan 2006 03:01:32 -0000 1.252 +++ doc/src/sgml/installation.sgml 31 Mar 2006 22:08:07 -0000 @@ -182,6 +182,14 @@ PL/Perl you need a full Perl installation, including the libperl library and the header files. + configure will collect this information + from whatever perl is in your PATH; + if you'd like it to use an alternate perl, simply + specify its location via the PERL environment + variable, e.g., + + + Since PL/Perl will be a shared library, the libperl libperl library must be a shared library @@ -219,6 +227,11 @@ Python 1.6 and later; users of earlier versions of Python will need to install it. + configure will collect this information + from whatever python is in your PATH; + if you'd like it to use an alternate python, simply + specify its location via the PYTHON environment + variable, e.g.,