BUG #3614: pg_config returns incorrect information for includedir-server

From: "Michael Akinde" <michael(dot)akinde(at)met(dot)no>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #3614: pg_config returns incorrect information for includedir-server
Date: 2007-09-17 13:36:54
Message-ID: 200709171336.l8HDasCJ041445@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 3614
Logged by: Michael Akinde
Email address: michael(dot)akinde(at)met(dot)no
PostgreSQL version: 8.2.4
Operating system: linux/Fedora Core 5
Description: pg_config returns incorrect information for
includedir-server
Details:

Postgres server is configured and installed to
prefix=~/local/pgsql

Running:

pg_config --includedir-server

Returns:

~/local/pgsql/include/postgresql/server

However, the server files are in fact installed to:

~/local/pgsql/include/server

This is a problem for the compilation/installation of packages that utilize
this option - e.g., postgis.

This issue seems to be general to many of the paths returned - pg_config
inserts /postgresql/ - while the actual installation directory does not
include this path.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Neil Conway 2007-09-17 17:16:12 Re: psql CLI: warn about ongoing transaction on exit
Previous Message jack 2007-09-17 07:20:01 BUG #3613: Numeric type problem