|
1 |
| -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.78 2002/06/15 02:41:56 thomas Exp $ --> |
| 1 | +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.79 2002/08/30 17:14:30 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="installation">
|
4 | 4 | <title><![%standalone-include[<productname>PostgreSQL</>]]>
|
@@ -629,12 +629,7 @@ su - postgres
|
629 | 629 | <term><option>--with-perl</option></term>
|
630 | 630 | <listitem>
|
631 | 631 | <para>
|
632 |
| - Build the Perl interface module. The Perl interface |
633 |
| - will be installed at the usual place for Perl modules |
634 |
| - (typically under <filename>/usr/lib/perl</filename>), so you |
635 |
| - must have root access to perform the installation step (see |
636 |
| - <xref linkend="install">). You need to have Perl 5 installed to |
637 |
| - use this option. |
| 632 | + Build the PL/Perl server-side language. |
638 | 633 | </para>
|
639 | 634 | </listitem>
|
640 | 635 | </varlistentry>
|
@@ -1021,18 +1016,17 @@ All of PostgreSQL is successfully made. Ready to install.
|
1021 | 1016 | </para>
|
1022 | 1017 |
|
1023 | 1018 | <para>
|
1024 |
| - If you built the Perl or Python interfaces and you were not the |
| 1019 | + If you built the Python interfaces and you were not the |
1025 | 1020 | root user when you executed the above command then that part of
|
1026 | 1021 | the installation probably failed. In that case you should become
|
1027 | 1022 | the root user and then do
|
1028 | 1023 | <screen>
|
1029 |
| -<userinput>gmake -C src/interfaces/perl5 install</userinput> |
1030 | 1024 | <userinput>gmake -C src/interfaces/python install</userinput>
|
1031 | 1025 | </screen>
|
1032 |
| - If you do not have superuser |
1033 |
| - access you are on your own: you can still take the required files |
1034 |
| - and place them in other directories where Perl or Python can find |
1035 |
| - them, but how to do that is left as an exercise. |
| 1026 | + If you do not have superuser access you are on your own: |
| 1027 | + you can still take the required files and place them in |
| 1028 | + other directories where Python can find them, but how to |
| 1029 | + do that is left as an exercise. |
1036 | 1030 | </para>
|
1037 | 1031 |
|
1038 | 1032 | <para>
|
|
0 commit comments