| From: | "G(dot) Anthony Reina" <reina(at)nsi(dot)edu> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | "pgsql-hackers(at)postgreSQL(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Installing the man pages |
| Date: | 2000-07-13 00:31:03 |
| Message-ID: | 396D0DC7.55D55F55@nsi.edu |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Tom Lane wrote:
> IIRC the makefile for the docs expects you to have done a configure over
> in the src directory, and it's looking there for an override on the
> default install dir. Go back and run configure (needn't build) with the
> right --prefix.
>
>
I figured out what happened.
I ran 'configure --with-prefix=/database/local/pgsql' rather than
'configure --prefix=/database/local/pgsql'.
The configure script didn't balk at '--with-prefix' so the error never
entered my mind until your e-mail said '--prefix'.
Now the man pages are back on my system.
Thanks Tom.
-Tony
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2000-07-13 00:32:45 | Re: Template matching, a different perspective |
| Previous Message | Tom Lane | 2000-07-12 23:59:46 | Re: [7.0.2] INDEX' TUPLES != HEAP' .. |