Problem running Perl under Cygwin using Windows native 8.0 - Mailing list pgsql-cygwin

From Robert Field
Subject Problem running Perl under Cygwin using Windows native 8.0
Date
Msg-id 991D71C105A6BB41BDBBFA366B2FF5C201351433@postal1.prn-corp.com
Whole thread Raw
List pgsql-cygwin
It hangs up in the connect - using DBI::pg 1.40, DBD 1.48

Code is:

my $db = "dbi:Pg:dbname=issp";
my $dbh = DBI->connect($db); #, "", "");

I also tried it with ($db, $username, $password) as well.

The problem is the call to DBI->connect() never returns.

Any assistance on this greatly appreciated.


pgsql-cygwin by date:

Previous
From: Reini Urban
Date:
Subject: Re: unicode support vs native install
Next
From: Zeb Agha
Date:
Subject: Postgres 7.2 for Cygwin