Re: DBD::PgSPI 0.02

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: alex(at)pilosoft(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: DBD::PgSPI 0.02
Date: 2004-12-06 07:35:55
Message-ID: 20041206073554.GA49693@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

On Mon, Dec 06, 2004 at 02:16:19AM -0500, alex(at)pilosoft(dot)com wrote:
> On Sun, 5 Dec 2004, Michael Fuhr wrote:
>
> > 1. Add -I$POSTGRES_HOME/include/server to Makefile.PL. Otherwise the
> > build fails with:
>
> On second thought: Apparently that if I do 'make install-all-headers' I
> would get the files I need in include/server. I didn't know this - make
> install won't install by default. I'll add proper path to makefile for
> next release (sooner than 3 years this time ;)

I don't know if you want to incorporate this into your Makefile.PL,
but you can get the header and library paths with:

pg_config --includedir
pg_config --includedir-server
pg_config --libdir

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message gnari 2004-12-06 08:17:28 Re: When to encrypt
Previous Message Michael Fuhr 2004-12-06 07:28:58 Re: DBD::PgSPI 0.02

Browse pgsql-hackers by date

  From Date Subject
Next Message Sibtay Abbas 2004-12-06 08:29:55 Oid?
Previous Message Michael Fuhr 2004-12-06 07:28:58 Re: DBD::PgSPI 0.02