[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: help needed
From: |
Ben Pfaff |
Subject: |
Re: help needed |
Date: |
Sun, 20 Mar 2016 09:58:46 -0700 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Sun, Mar 20, 2016 at 05:30:51PM +0100, Harry Thijssen wrote:
> It seems I am lost. I now even patch configure so PSQL support is always
> "yes". But still the installed version reports that PostGres support is
> not included in the compiled version.
>
> What trigger can PSPP used to decide if it will compile with PostGres
> support after configure sets it to yes.
configure also must find the pg_config program. If it can't find it,
you can specify its location on the configure command line:
./configure PG_CONFIG=...path...