Re: Issues in finding libeay.dll and ssleay.dll for win x64

From: Sandeep Thakkar <sandeep(dot)thakkar(at)enterprisedb(dot)com>
To: Retno Utami <Retno(dot)Utami(at)nottingham(dot)ac(dot)uk>
Cc: "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: Issues in finding libeay.dll and ssleay.dll for win x64
Date: 2024-05-18 14:09:24
Message-ID: CANFyU973=70crdfGHgHVQZzwRU7dM4dfCuzmJNJLJMw88CUSWg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

libeay32 and ssleay32.dll are the libraries names for OpenSSL 1.0.2 and no
longer used by PostgreSQL windows installers. They use OpenSSL 3.0 and the
library names for those 2 DLLs would be libssl-3-x64.dll and
libcrypto-3-x64.dll and present in $installdir/bin/ directory

On Fri, May 17, 2024 at 4:52 PM Retno Utami <Retno(dot)Utami(at)nottingham(dot)ac(dot)uk>
wrote:

> Hi
>
> My name is Retno Utami. I have installed PostgreSQL in my computer. It is
> PostgreSQL 16 for windows x64. At the moment, I need to copy these three
> files libeay32, ssleay32.dll, libpq.dll into a specific software folder
> that I'm working on. But I can't find those files, in /lib folder and in
> /bin folder. Does anyone can help me regarding this issue?
>
> Thank you.
>
> Best regards,
>
> *Retno Utami*
>
> *PhD Civil Engineering*
>
>
>
> Centre of Structural Engineering and Informatics (CSEI)
> Faculty of Engineering
>
> University Park, University of Nottingham
>
> Nottingham, NG7 2RD
> This message and any attachment are intended solely for the addressee and
> may contain confidential information. If you have received this message in
> error, please contact the sender and delete the email and attachment. Any
> views or opinions expressed by the author of this email do not necessarily
> reflect the views of the University of Nottingham. Email communications
> with the University of Nottingham may be monitored where permitted by law.
>

--
Sandeep Thakkar

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Dmitry Dolgov 2024-05-18 14:18:01 Re: BUG #18465: Wrong results from SELECT DISTINCT MIN in scalar subquery using HashAggregate
Previous Message Martijn Wallet 2024-05-18 14:02:17 Re: BUG #18348: Inconsistency with EXTRACT([field] from INTERVAL);