dnl Process this file with autoconf to produce a configure script.
-dnl $Header: /cvsroot/pgsql/configure.in,v 1.199 2002/08/30 16:23:21 momjian Exp $
+dnl $Header: /cvsroot/pgsql/configure.in,v 1.200 2002/08/30 17:14:30 momjian Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
# Optionally build Perl modules (Pg.pm and PL/Perl)
#
AC_MSG_CHECKING([whether to build Perl modules])
-PGAC_ARG_BOOL(with, perl, no, [ --with-perl build Perl interface and PL/Perl])
+PGAC_ARG_BOOL(with, perl, no, [ --with-perl build PL/Perl])
AC_MSG_RESULT([$with_perl])
AC_SUBST(with_perl)
-
+
PostgreSQL>]]>
- Build the Perl interface module. The Perl interface
- will be installed at the usual place for Perl modules
- (typically under /usr/lib/perl), so you
- must have root access to perform the installation step (see
- ). You need to have Perl 5 installed to
- use this option.
+ Build the PL/Perl server-side language.
- If you built the Perl or Python interfaces and you were not the
+ If you built the Python interfaces and you were not the
root user when you executed the above command then that part of
the installation probably failed. In that case you should become
the root user and then do
-gmake -C src/interfaces/perl5 install
gmake -C src/interfaces/python install
- If you do not have superuser
- access you are on your own: you can still take the required files
- and place them in other directories where Perl or Python can find
- them, but how to do that is left as an exercise.
+ If you do not have superuser access you are on your own:
+ you can still take the required files and place them in
+ other directories where Python can find them, but how to
+ do that is left as an exercise.