1
1
=======================================================
2
- Frequently Asked Questions (FAQ) for PostgreSQL 7.3
2
+ Frequently Asked Questions (FAQ) for PostgreSQL
3
3
HP-UX Specific
4
4
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
5
5
=======================================================
6
- last updated: $Date: 2006/07/19 02:37:00 $
6
+ last updated: $Date: 2006/12/05 14:47:34 $
7
7
8
8
current maintainer: Tom Lane (tgl@sss.pgh.pa.us)
9
9
original author: Tom Lane (tgl@sss.pgh.pa.us)
@@ -21,11 +21,16 @@ Section 1: Installing PostgreSQL
21
21
22
22
1.1)What do I need to install PostgreSQL on HP-UX?
23
23
24
- PostgreSQL 7.3 should work on Series 700/800 PA-RISC machines running
24
+ PostgreSQL 7.3+ should work on Series 700/800 PA-RISC machines running
25
25
HP-UX 10.X or 11.X, given appropriate system patch levels and build
26
26
tools. At least one developer routinely tests on HPUX 10.20 and we
27
27
have reports of successful installations on HPUX 11.00 and 11.11.
28
28
29
+ Recent port reports for PostgreSQL 8.2.0 are
30
+ - on IA64, HP-UX 11.23, gcc and cc
31
+ - on PA-RISC, HP-UX 10.20 and 11.23, gcc and cc
32
+ Tested on 2006-10-23
33
+
29
34
Aside from the PostgreSQL source distribution, you will need GNU make
30
35
(HP's make will not do), and either GNU gcc or HP's full ANSI C compiler.
31
36
If you intend to build from CVS sources rather than a distribution tarball,