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: Sun, 16 Jun 2002 14:36:22 +0200 From: "Gerrit P. Haase" Reply-To: "Gerrit @ cygwin" Organization: Esse keine toten Tiere X-Priority: 3 (Normal) Message-ID: <165673199459.20020616143622@familiehaase.de> To: "Jim.George" CC: "Gerrit P. Haase @ pgsql-cygwin" , cygwin AT cygwin DOT com Subject: Re: [CYGWIN] Perl with Postrges under Cygwin In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hallo Jim.George, >> DBD::Pg builds OOTB, with current DBI and Cygwin Perl versions. > I downloaded DBD::Pg but the README.win32 talks about Active-Perl, NT4, and Huh? We are talking about Cygwin. No Win32 is involved here. > > Could you explain to me the packages I need (and dependencies) to be able to use > perl with postresql under cygwin? Cygwin, Perl, PostgreSQL, GCC, binutils, make, and some more buildtools like sed, bash, much is already in the base category if you've installed Cygwin with setup.exe. Then, after having a running postgres DB you can install DBI and DBD::Pg. 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 2. cpan> install DBD::Pg Thats it. 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. HTH, Gerrit -- "All faults& bugs are mine - Robert" from squid/acinclude.m4, Sun Apr 21 05:21:21 2002 -- 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/