Re: Problems installing DBI

From: "Gerrit P(dot) Haase" <gp(at)familiehaase(dot)de>
To: "E(dot)Boyd" <boyd(at)idl(dot)net(dot)au>
Cc: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: Problems installing DBI
Date: 2002-08-25 16:06:06
Message-ID: 13913816116.20020825180606@familiehaase.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Hallo E.Boyd,

> I'm having some trouble installing DBD::Pg now; I think I've missed
> something here too (same error when installing by hand or CPAN):

> ---

> $ perl Makefile.PL
> Configuring Pg
> Remember to actually read the README file !
> please set environment variables POSTGRES_INCLUDE and POSTGRES_LIB !

> $ make
> make: *** No targets specified and no makefile found. Stop.

> ---

> From the README, I gather that the environment variables have to be set, or
> it won't work. As I installed PostgreSQL through the CYGWIN setup, I'm not
> sure what the values should be, or even how to set them.

> Can someone please enlighten me? :)

$ set | grep POSTGRES
POSTGRES_INCLUDE=/usr/include/postgresql
POSTGRES_LIB=/usr/lib

Gerrit
--
=^..^=

In response to

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message atanu roy 2002-08-27 06:07:01 Problem installing postgresql with cygwin
Previous Message E.Boyd 2002-08-24 06:22:59 Re: Problems installing DBI