Re: [HACKERS] DBD::PgSPI 0.02 - Mailing list pgsql-general

From Michael Fuhr
Subject Re: [HACKERS] DBD::PgSPI 0.02
Date
Msg-id 20041206065103.GA49436@winnie.fuhr.org
Whole thread Raw
In response to Re: [HACKERS] DBD::PgSPI 0.02  (alex@pilosoft.com)
List pgsql-general
On Mon, Dec 06, 2004 at 01:38:27AM -0500, alex@pilosoft.com wrote:
> On Sun, 5 Dec 2004, Michael Fuhr wrote:
>
> > Using PostgreSQL 8.0.0rc1 and Perl 5.8.6 on FreeBSD 4.10-STABLE and
> > Solaris 9, I had to make a couple of changes to get DBD::PgSPI to
> > build:
> >
> > 1. Add -I$POSTGRES_HOME/include/server to Makefile.PL.  Otherwise
> > the build fails with:
>
> You should point POSTGRES_HOME to "src" directory of your pgsql tree.

Why should the module need the PostgreSQL source code?  It builds
fine using the headers under the PostgreSQL install directory (e.g.,
/usr/local/pgsql/include), at least with 8.0.0rc1.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-general by date:

Previous
From: alex@pilosoft.com
Date:
Subject: Re: [HACKERS] DBD::PgSPI 0.02
Next
From: Chris Smith
Date:
Subject: rewrite count distinct query