Re: Visualize GiST Index - Mailing list pgsql-general

From Tom Lane
Subject Re: Visualize GiST Index
Date
Msg-id 9649.1285259260@sss.pgh.pa.us
Whole thread Raw
In response to Re: Visualize GiST Index  (Andrew Hunter <ahunter@ucalgary.ca>)
Responses Re: Visualize GiST Index  (Andrew Hunter <ahunter@ucalgary.ca>)
List pgsql-general
Andrew Hunter <ahunter@ucalgary.ca> writes:
> On 2010-09-22, at 9:56 PM, Tom Lane wrote:
>> Andrew Hunter <ahunter@ucalgary.ca> writes:
>>> I have been trying to install the Gevel module but am getting an error when running make on the gevel files
download.
>>> The error is:
>>> /contrib/contrib-global.mk: No such file or directory.
>>> I have also tried USE_PGXS=1 make, but get the same result.  I am unable to find contrib-global.mk.

>> Could we see the output of "pg_config"?

> PGXS = /usr/lib/postgresql/8.4/lib/pgxs/src/makefiles/pgxs.mk

Hm.  If that file is in fact present, I'd have expected "make USE_PGXS=1"
to work.  The error you cite looks like what would happen without
USE_PGXS --- are you sure you get the exact same error both ways?

If you're still baffled, it might help to show Gevel's Makefile.
It's possible it isn't invoking pgxs correctly.

            regards, tom lane

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: update from 9.0rc1 to 9.0
Next
From: Merlin Moncure
Date:
Subject: Re: How about synchronous notifications?