|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.195 2004/02/26 02:09:40 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.196 2004/02/27 01:23:18 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="installation"> |
4 | 4 | <title><![%standalone-include[<productname>PostgreSQL</>]]> |
@@ -193,9 +193,9 @@ su - postgres |
193 | 193 | </para> |
194 | 194 |
|
195 | 195 | <para> |
196 | | - If you have problems,try runningPython's configure using the |
| 196 | + If you have problems,runPython 2.3 or later's configure using the |
197 | 197 | <literal>--enable-shared</> flag. On some operating systems you |
198 | | - don'treallyhave to build a shared library, but you will have |
| 198 | + don't have to build a shared library, but you will have |
199 | 199 | to convince the <productname>PostgreSQL</> build system of this. |
200 | 200 | Consult the <filename>Makefile</filename> in the |
201 | 201 | <filename>src/pl/plpython</filename> directory for details. |
|