Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit47c51db

Browse files
committed
Update documentation for --with-perl.
1 parent2c65658 commit47c51db

File tree

2 files changed

+9
-15
lines changed

2 files changed

+9
-15
lines changed

‎configure.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
dnl $Header: /cvsroot/pgsql/configure.in,v 1.199 2002/08/3016:23:21 momjian Exp $
2+
dnl $Header: /cvsroot/pgsql/configure.in,v 1.200 2002/08/3017:14:30 momjian Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -360,7 +360,7 @@ PGAC_ARG_REQ(with, tkconfig, [ --with-tkconfig=DIR tkConfig.sh is in DIR])
360360
# Optionally build Perl modules (Pg.pm and PL/Perl)
361361
#
362362
AC_MSG_CHECKING([whether to build Perl modules])
363-
PGAC_ARG_BOOL(with, perl, no, [ --with-perl buildPerl interface andPL/Perl])
363+
PGAC_ARG_BOOL(with, perl, no, [ --with-perl build PL/Perl])
364364
AC_MSG_RESULT([$with_perl])
365365
AC_SUBST(with_perl)
366366

‎doc/src/sgml/installation.sgml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ -->
22

33
<chapter id="installation">
44
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -629,12 +629,7 @@ su - postgres
629629
<term><option>--with-perl</option></term>
630630
<listitem>
631631
<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.
638633
</para>
639634
</listitem>
640635
</varlistentry>
@@ -1021,18 +1016,17 @@ All of PostgreSQL is successfully made. Ready to install.
10211016
</para>
10221017

10231018
<para>
1024-
If you built thePerl orPython interfaces and you were not the
1019+
If you built the Python interfaces and you were not the
10251020
root user when you executed the above command then that part of
10261021
the installation probably failed. In that case you should become
10271022
the root user and then do
10281023
<screen>
1029-
<userinput>gmake -C src/interfaces/perl5 install</userinput>
10301024
<userinput>gmake -C src/interfaces/python install</userinput>
10311025
</screen>
1032-
If you do not have superuser
1033-
accessyouare on your own: youcan still take the required files
1034-
and place them inother directories wherePerl orPython can find
1035-
them, but how todo 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.
10361030
</para>
10371031

10381032
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp