Re: perl dbi:pg

From: newsreader(at)mediaone(dot)net
To: Joseph <lters(at)mrtc(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: perl dbi:pg
Date: 2001-04-10 12:08:36
Message-ID: 20010410080836.A23825@dragon.universe
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-odbc

You got the wrong file if you want
dbd:pg

It's called
DBD-Pg-0.95.tar.gz
for my version

Also those environment variables should
be set to directory.

So you need LIB=.../lib
etc

On Tue, Apr 10, 2001 at 06:29:15AM -0400, Joseph wrote:
> Any one care to share what it takes to get dbd:pg working?
>
> I got the pgsql_perl5-1.9.0.tar.gz from CPAN.
> I set the variables POSTGRES_LIB=/usr/local/pgsql/lib/libpq.so
> and POSTGRES_INCLUDE=/path_to_/libpq-fe.h
> However then it complains that it can't find postgres_ext.h
>
> In file included from Pg.xs:16:
> /install/postgresql/postgresql-snapshot/src/interfaces/libpq/libpq-fe.h:27:
> postgres_ext.h: No such file or directory
> make: *** [Pg.o] Error 1
>
>
> respectfully,
> Joseph
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://www.postgresql.org/search.mpl

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Brett W. McCoy 2001-04-10 13:11:03 Re: perl dbi:pg
Previous Message Anand Raman 2001-04-10 11:53:14 hash indexing taking a lot of time.

Browse pgsql-odbc by date

  From Date Subject
Next Message Brett W. McCoy 2001-04-10 13:11:03 Re: perl dbi:pg
Previous Message Joseph 2001-04-10 10:29:15 perl dbi:pg