Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Fri, 21 Jun 2002 08:58:34 +0100 From: "Jim.George" X-X-Sender: Administrator AT gateway DOT george DOT co DOT uk Reply-To: jim DOT george AT blueyonder DOT co DOT uk To: "Gerrit P. Haase" cc: "Jim.George" , , Subject: Re: [CYGWIN] Perl with Postrges under Cygwin In-Reply-To: <189705878850.20020616234101@familiehaase.de> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" For completeness....This cured the problem. Perl/Progress now working fine thanks to all, especially Gerrit, for help. Jim On Sun, 16 Jun 2002, Gerrit P. Haase wrote: > Hallo Jim.George, > > >> > > >> > > > > :-) > > >> Just use the CPAN module: > >> Call on the command line: > > >> $ cpan > >> > >> And on the CPAN shell do (after init if neccessary): > >> 1. > >> cpan> install DBI > > > Brilliant no problems at all. > > >> 2. > >> cpan> install DBD::Pg > >> > > This failed due to the POSTGRESS_INCLUDE and POSTGRESS_LIB environment > > variables. My problem is that I don't know what to set the variables > > to as they don't appear to agree with my directories. Could you tell > > me what you believe they should be or could be? > > $ set | grep POSTGRES_INCLUDE > POSTGRES_INCLUDE=/usr/include/postgresql > > $ set | grep POSTGRES_LIB > POSTGRES_LIB=/usr/lib > > >> Thats it. > > > Well nearly ;) > > >> If you got problems with the latest DBD::Pg version, post the > >> output of the single calls 'perl Makefile.PL' and 'make' of the > >> DBD::Pg build. > > > See above...sorry > > You're welcome, > > > Gerrit > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/