Re: OpenSSL@1.1 not getting linked with Homebrew - trying to install postgresql

2022-04-12 Thread Dan Davis
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

Re: How to build psycopg2 for Windows

2021-10-04 Thread Dan Davis
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

How to build psycopg2 for Windows

2021-10-04 Thread Dan Davis
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