diff options
author | Bruce Momjian <bruce@momjian.us> | 2012-08-30 17:05:51 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2012-08-30 17:05:51 -0400 |
commit | 39d0653d058b87b437be05fd295ceb5bb4e9e05c (patch) | |
tree | 5e6c478dd1370a363dcc76359a876c5845536347 /doc/src | |
parent | 1fbc30f1dca6624c01a9a6a9ff711a7036c68532 (diff) | |
download | postgresql-39d0653d058b87b437be05fd295ceb5bb4e9e05c.tar.gz postgresql-39d0653d058b87b437be05fd295ceb5bb4e9e05c.zip |
Revert 1fbc30f1dca6624c01a9a6a9ff711a7036c68532 because the
--enable-shared is about Plyton's configure, not ours.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 81cd550ed92..c02ed87c41a 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -234,7 +234,8 @@ su - postgres </para> <para> - On some + If you have problems, run <productname>Python</> 2.3 or later's + configure using the <literal>--enable-shared</> flag. On some operating systems you don't have to build a shared library, but you will have to convince the <productname>PostgreSQL</> build system of this. Consult the <filename>Makefile</filename> in |