Re: BUG #5332: Installation weirdness

From: Sivaguru Sankaridurg <uc_regents(at)yahoo(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5332: Installation weirdness
Date: 2010-02-17 16:10:20
Message-ID: 523852.10369.qm@web110707.mail.gq1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi Tom,

Ah! I see.
Thank you for your quick response.

Best Regards
Siva

________________________________
From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Sivaguru Sankaridurg <uc_regents(at)yahoo(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Sent: Wed, February 17, 2010 9:12:36 PM
Subject: Re: [BUGS] BUG #5332: Installation weirdness

"Sivaguru Sankaridurg" <uc_regents(at)yahoo(dot)com> writes:
> In Try#1, when I configure the prefix to be "/tmp/pgsql", and subsequently
> do a "gmake install", the install script creates the "internal", "server"
> and "informix" directories right under "include".

> However, in Try#2, when I configure the prefix to be "/tmp/psql" (NOT pgsql,
> but psql...or anything else) and subsequently do a "gmake install", the
> install script creates the "internal", "server" and "informix" directories
> under "include/postgres".

This is expected. As per the comment in src/Makefile.global:

# Installation directories
#
# These are set by the equivalent --xxxdir configure options. We
# append "postgresql" to some of them, if the string does not already
# contain "pgsql" or "postgres", in order to avoid directory clutter.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2010-02-17 17:07:34 Re: Re: [BUGS] BUG #4566: pg_stop_backup() reports incorrect STOP WAL LOCATION
Previous Message Tom Lane 2010-02-17 15:42:36 Re: BUG #5332: Installation weirdness