The reason that openssl is not linked is that MacOS already has LibreSSL.
It would be good to build PostgreSQL with LibreSSL on OS X, as LibreSSL is
really more secure, but then again, PostgreSQL on OS X should be only for
development purposes. You may have heard about the heartbleed attack -
Libr
libpq.dll - but when I
install psycopg2-binary, the DLL installed (the PYD file) does not depend
on libpq.dll - it is statically built.
On Mon, Oct 4, 2021 at 6:41 PM Daniele Varrazzo
wrote:
> On Tue, 5 Oct 2021 at 00:30, Dan Davis wrote:
> >
> > Can anyone give me a solution to bui
Can anyone give me a solution to build psycopg2 statically on Windows?
I have succeeded in building it, but when I run dumpbin /dependents on the
generated file (the PYD file), it still depends on libpq.dll even when I
pass --static-libpq.
*Environment*
- OS: Windows 10
- Psycopg version: psycop