@@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL 7.1
33HP-UX Specific
44TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
55=======================================================
6- last updated: $Date: 2001/03/20 00:18:21 $
6+ last updated: $Date: 2001/04/30 23:55:26 $
77
88current maintainer: Tom Lane (tgl@sss.pgh.pa.us)
99original author: Tom Lane (tgl@sss.pgh.pa.us)
@@ -24,12 +24,12 @@ Section 1: Installing PostgreSQL
2424
25251.1) What do I need to install PostgreSQL on HP-UX?
2626
27- PostgreSQL 7.1 is known to build and pass regression test on HPUX 10.20 ,
28- given appropriate system patch levels and build tools. It should work on
29- other HPUX 9.* and 10.* releases for Series 700/800 machines, too (prior
30- Postgres releases were tested on 9.03 and 9.05). I have heard nonspecific
31- reports of problems on HPUX 11; more info and/or patches would be
32- appreciated!
27+ PostgreSQL 7.1 should work on Series 700/800 machines running HPUX 9.* ,
28+ 10.*, or 11.*, given appropriate system patch levels and build tools.
29+ At least one developer routinely tests on HPUX 10.20, and we have reports
30+ of successful install on HPUX 11. Releases before 7.1 were tested on
31+ HPUX 9.03 and 9.05; 7.1 should still work there although no recent tests
32+ have been reported.
3333
3434Aside from the PostgreSQL source distribution, you will need GNU make
3535(HP's make will not do), and either GNU gcc or HP's full ANSI C compiler.
@@ -57,11 +57,12 @@ explicitly select the compiler to use when you run `configure':
5757 CC=cc ./configure
5858for HP's C compiler, or
5959 CC=gcc ./configure
60- for GCC. If you omit this setting then configure will pick gcc.
60+ for GCC. If you omit this setting, then configure will pick gcc
61+ if it has a choice.
6162
6263The default install target location is /usr/local/pgsql, which
63- (particularly on HPUX 10) you might want to change to something under
64- /opt. If so, use the --prefix switch to configure.
64+ you might want to change to something under /opt. If so, use
65+ the --prefix switch to configure.
6566
6667
67681.3) yacc dies trying to process src/backend/parser/gram.y.
@@ -80,6 +81,7 @@ a starting point.
8081
8182Note that this shouldn't affect you if you are using a distribution
8283tarball, but it does matter if you pull the sources from the CVS server.
84+ The CVS server does not store prebuilt yacc output files.
8385
8486
85871.4) Linking the main postgres executable fails, complaining that
0 commit comments