swesque has asked for the wisdom of the Perl Monks concerning the following question:
Perl version is: v5.8.8 built for MSWin32-x86-multi-thread
DBI version: 1.609; DBD-Pg is 2.14.1
DBI->connect generates the following error: The ordinal 284 could not be located in the dynamic link library SSLEAY32.dll.
Here's the code:
Thank you in advance ... GAuse DBI; my $dbh = DBI->connect ('dbi:Pg:hostname=192.168.1.75;dbname=finance;host=db.example.com','po +stgres','uvm', {AutoCommit=>1,RaiseError=>1,PrintError=>0}); print "2+2=",$dbh->selectrow_array("SELECT 2+2"),"\n"; exit(0);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: PostreSQL DBD
by wrog (Friar) on Nov 29, 2014 at 07:09 UTC | |
by swesque (Initiate) on Nov 29, 2014 at 17:05 UTC | |
|
Re: PostreSQL DBD ( ordinal 284 could not be located in the dynamic link library SSLEAY32.dll )
by Anonymous Monk on Nov 29, 2014 at 00:05 UTC | |
by swesque (Initiate) on Nov 29, 2014 at 00:36 UTC |