Re: Issues in finding libeay.dll and ssleay.dll for win x64
Sandeep Thakkar <sandeep.thakkar@enterprisedb.com>
From: Sandeep Thakkar <sandeep.thakkar@enterprisedb.com>
To: Retno Utami <Retno.Utami@nottingham.ac.uk>
Cc: "pgsql-bugs@lists.postgresql.org" <pgsql-bugs@lists.postgresql.org>
Date: 2024-05-18T14:09:24Z
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.Utami@nottingham.ac.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