pgxs problem - Mailing list pgsql-hackers

From Gregory Stark
Subject pgxs problem
Date
Msg-id 87wtaax8t3.fsf@stark.xeocode.com
Whole thread Raw
Responses Re: pgxs problem  (Martijn van Oosterhout <kleptog@svana.org>)
Re: pgxs problem  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: pgxs problem  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
I've tracked down my problem with pgxs to Makefile.global in lib/pgxs/src.
These lines seem to be the culprits:

bindir := $(shell pg_config --bindir)
datadir := $(shell pg_config --sharedir)
sysconfdir := $(shell pg_config --sysconfdir)
libdir := $(shell pg_config --libdir)
pkglibdir := $(shell pg_config --pkglibdir)
includedir := $(shell pg_config --includedir)
pkgincludedir := $(shell pg_config --pkgincludedir)
mandir := $(shell pg_config --mandir)
docdir := $(shell pg_config --docdir)
localedir := $(shell pg_config --localedir)

I think it should be running $(pkglibdir)/bin/pg_config

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: "Zeugswetter Andreas DCP SD"
Date:
Subject: Re: RESET CONNECTION?
Next
From: Greg Stark
Date:
Subject: Re: Progress bar updates