Re: DBD::PgSPI 0.02
Alex Pilosov <alex@pilosoft.com>
From: alex@pilosoft.com
To: Michael Fuhr <mike@fuhr.org>
Cc: pgsql-hackers@postgresql.org
Date: 2004-12-06T07:16:19Z
Lists: pgsql-hackers, pgsql-general
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 ;) -alex