mirror of
https://github.com/postgres/postgres.git
synced 2025-11-28 11:44:57 +03:00
Update ports list.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.103.2.14 2002/11/14 18:40:11 momjian Exp $ -->
|
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.103.2.15 2002/11/18 05:02:34 momjian Exp $ -->
|
||||||
|
|
||||||
<chapter id="installation">
|
<chapter id="installation">
|
||||||
<title><![%standalone-include[<productname>PostgreSQL</>]]>
|
<title><![%standalone-include[<productname>PostgreSQL</>]]>
|
||||||
@@ -68,9 +68,10 @@ su - postgres
|
|||||||
<application>make</> programs will <emphasis>not</> work.
|
<application>make</> programs will <emphasis>not</> work.
|
||||||
<acronym>GNU</> <application>make</> is often installed under
|
<acronym>GNU</> <application>make</> is often installed under
|
||||||
the name <filename>gmake</filename>; this document will always
|
the name <filename>gmake</filename>; this document will always
|
||||||
refer to it by that name. (On some systems GNU make is the
|
refer to it by that name. (On some systems
|
||||||
default tool with the name <filename>make</>.) To test for
|
<acronym>GNU</acronym> make is the default tool with the name
|
||||||
<acronym>GNU</acronym> <application>make</application> enter
|
<filename>make</>.) To test for <acronym>GNU</acronym>
|
||||||
|
<application>make</application> enter
|
||||||
<screen>
|
<screen>
|
||||||
<userinput>gmake --version</userinput>
|
<userinput>gmake --version</userinput>
|
||||||
</screen>
|
</screen>
|
||||||
@@ -137,9 +138,10 @@ su - postgres
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
To build the server programming language PL/Perl you need a full
|
To build the server programming language PL/Perl you need a full
|
||||||
Perl installation, including the <filename>libperl</filename>
|
<productname>Perl</productname> installation, including the
|
||||||
library and the header files. Since PL/Perl will be a shared
|
<filename>libperl</filename> library and the header files.
|
||||||
library, the <indexterm><primary>libperl</primary></indexterm>
|
Since PL/Perl will be a shared library, the
|
||||||
|
<indexterm><primary>libperl</primary></indexterm>
|
||||||
<filename>libperl</filename> library must be a shared library
|
<filename>libperl</filename> library must be a shared library
|
||||||
also on most platforms. This appears to be the default in
|
also on most platforms. This appears to be the default in
|
||||||
recent Perl versions, but it was not in earlier versions, and in
|
recent Perl versions, but it was not in earlier versions, and in
|
||||||
@@ -198,8 +200,8 @@ su - postgres
|
|||||||
url="http://www.python.org/doc/FAQ.html#3.30">Python FAQ
|
url="http://www.python.org/doc/FAQ.html#3.30">Python FAQ
|
||||||
3.30</ulink>. On some operating systems you don't really have
|
3.30</ulink>. On some operating systems you don't really have
|
||||||
to build a shared library, but then you will have to convince
|
to build a shared library, but then you will have to convince
|
||||||
the PostgreSQL build system of this. Consult the
|
the <productname>PostgreSQL</> build system of this. Consult
|
||||||
<filename>Makefile</filename> in the
|
the <filename>Makefile</filename> in the
|
||||||
<filename>src/pl/plpython</filename> directory for details.
|
<filename>src/pl/plpython</filename> directory for details.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@@ -250,18 +252,18 @@ JAVACMD=$JAVA_HOME/bin/java
|
|||||||
<para>
|
<para>
|
||||||
To enable Native Language Support (<acronym>NLS</acronym>), that
|
To enable Native Language Support (<acronym>NLS</acronym>), that
|
||||||
is, the ability to display a program's messages in a language
|
is, the ability to display a program's messages in a language
|
||||||
other than English, you need an implementation of the <application>Gettext</>
|
other than English, you need an implementation of the
|
||||||
<acronym>API</acronym>. Some operating systems have this
|
<application>Gettext</> <acronym>API</acronym>. Some operating
|
||||||
built-in (e.g., <systemitem class="osname">Linux</>, <systemitem
|
systems have this built-in (e.g., <systemitem
|
||||||
class="osname">NetBSD</>, <systemitem
|
class="osname">Linux</>, <systemitem class="osname">NetBSD</>,
|
||||||
class="osname">Solaris</>), for other systems you can download
|
<systemitem class="osname">Solaris</>), for other systems you
|
||||||
an add-on package from here: <ulink
|
can download an add-on package from here: <ulink
|
||||||
url="http://www.postgresql.org/~petere/gettext.html" ></ulink>.
|
url="http://www.postgresql.org/~petere/gettext.html" ></ulink>.
|
||||||
If you are using the <application>gettext</> implementation in
|
If you are using the <application>gettext</> implementation in
|
||||||
the GNU C library then you will additionally need the
|
the <acronym>GNU</acronym> C library then you will additionally
|
||||||
<productname>GNU Gettext</productname> package for some utility
|
need the <productname>GNU Gettext</productname> package for some
|
||||||
programs. For any of the other implementations you will not
|
utility programs. For any of the other implementations you will
|
||||||
need it.
|
not need it.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@@ -276,9 +278,9 @@ JAVACMD=$JAVA_HOME/bin/java
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
If you are build from a CVS tree instead of using a released source
|
If you are build from a <acronym>CVS</acronym> tree instead of
|
||||||
package, or if you want to do development, you also need the
|
using a released source package, or if you want to do development,
|
||||||
following packages:
|
you also need the following packages:
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
@@ -1257,8 +1259,8 @@ libpq.so.2.1: cannot open shared object file: No such file or directory
|
|||||||
add <filename>/usr/local/pgsql/bin</> (or whatever you set
|
add <filename>/usr/local/pgsql/bin</> (or whatever you set
|
||||||
<option><literal>--bindir</></> to in <xref linkend="configure">)
|
<option><literal>--bindir</></> to in <xref linkend="configure">)
|
||||||
into your <envar>PATH</>. Strictly speaking, this is not
|
into your <envar>PATH</>. Strictly speaking, this is not
|
||||||
necessary, but it will make the use of PostgreSQL much more
|
necessary, but it will make the use of <productname>PostgreSQL</>
|
||||||
convenient.
|
much more convenient.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@@ -1697,18 +1699,19 @@ gunzip -c user.ps.gz \
|
|||||||
<row>
|
<row>
|
||||||
<entry><systemitem class="osname">OpenBSD</></entry>
|
<entry><systemitem class="osname">OpenBSD</></entry>
|
||||||
<entry><systemitem>Sparc</></entry>
|
<entry><systemitem>Sparc</></entry>
|
||||||
<entry>7.2</entry>
|
<entry>7.3</entry>
|
||||||
<entry>2001-11-27,
|
<entry>2002-11-17,
|
||||||
Brandon Palmer (<email>bpalmer@crimelabs.net</email>)</entry>
|
Christopher Kings-Lynne (<email>chriskl@familyhealth.com.au</email>)</entry>
|
||||||
<entry>3.0</entry>
|
<entry>3.2</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><systemitem class="osname">OpenBSD</></entry>
|
<entry><systemitem class="osname">OpenBSD</></entry>
|
||||||
<entry><systemitem>x86</></entry>
|
<entry><systemitem>x86</></entry>
|
||||||
<entry>7.3</entry>
|
<entry>7.3</entry>
|
||||||
<entry>2002-11-14,
|
<entry>2002-11-14,
|
||||||
Magnus Naeslund (<email>mag@fbab.net</email>)</entry>
|
3.1 Magnus Naeslund (<email>mag@fbab.net</email>)</entry>
|
||||||
<entry>3.1</entry>
|
3.2 Christopher Kings-Lynne (<email>chriskl@familyhealth.com.au</email>)</entry>
|
||||||
|
<entry></entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><systemitem class="osname">Solaris</></entry>
|
<entry><systemitem class="osname">Solaris</></entry>
|
||||||
|
|||||||
Reference in New Issue
Block a user