Re: BUG #8517: Problem due to libeay32.dll about ordinal

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-bugs(at)postgresql(dot)org, s(dot)mechaab(at)gmail(dot)com
Subject: Re: BUG #8517: Problem due to libeay32.dll about ordinal
Date: 2013-10-10 21:02:17
Message-ID: 525715D9.1050104@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 10/10/2013 6:27 AM, s(dot)mechaab(at)gmail(dot)com wrote:
> I'm trying since yesterday to install a software which needs to install
> postgreSQL 8.4 aswell. When the installation is finished, a message appears
> a few times which says
> "The 3873 ordinal can't be find in the LIBEAY32.dll dynamic library" (in
> french)
> So i suppose i've some corrupted files, but could you maybe light me on
> about this problem ?

I'd contact the distributors or authors of this 'a software', if its got
its own postgres 8.4 build bundled with it. I do hope its not 8.4.0,
thats VERY obsolete, 8.4 is currently up to 8.4.18.

libeay32.dll is, I believe, part of OpenSSL, which is bundled into
PostgreSQL to support SSL connections. that error suggests a version
mismatch, where something is trying to call an entry point in that
library which doesn't exist.

this software you're installing, is it tested and supported on win7?

p.s please direct replies to pgsql-bugs(at)postgresql(dot)org and not me
personally.

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message John R Pierce 2013-10-10 21:12:00 Re: error
Previous Message Peter Eisentraut 2013-10-10 20:05:50 Re: BUG #8467: Slightly confusing pgcrypto example in docs