Problem running Perl under Cygwin using Windows native 8.0

From: "Robert Field" <Robert_Field(at)prn(dot)com>
To: pgsql-cygwin(at)postgresql(dot)org
Subject: Problem running Perl under Cygwin using Windows native 8.0
Date: 2005-03-23 19:34:25
Message-ID: 991D71C105A6BB41BDBBFA366B2FF5C201351433@postal1.prn-corp.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Browse pgsql-cygwin by date

  From Date Subject
Next Message Zeb Agha 2005-03-25 03:30:49 Postgres 7.2 for Cygwin
Previous Message Reini Urban 2005-03-23 17:22:03 Re: unicode support vs native install