Re: Libpq linked to LibreSSL

2022-12-05 Thread Bruce Momjian
On Mon, Dec 5, 2022 at 07:27:11AM +0100, Marco Bambini wrote: > I am using Ubuntu 14.04.5 LTS (64b bit). > If I don't modify anything then my test application runs fine and it load > OpenSSL 1.0.1f 6 Jan 2014 from the default directory. I think what Michael Paquier is saying is that you have to

Re: Libpq linked to LibreSSL

2022-12-04 Thread Marco Bambini
I am using Ubuntu 14.04.5 LTS (64b bit). If I don't modify anything then my test application runs fine and it load OpenSSL 1.0.1f 6 Jan 2014 from the default directory. ldd libpq.so linux-vdso.so.1 => (0x7fff74af1000) libssl.so.1.0.0 => /lib/x86_64-linux-gnu/libssl.so.1.0.0

Re: Libpq linked to LibreSSL

2022-12-04 Thread Michael Paquier
On Sun, Dec 04, 2022 at 09:02:07AM +0100, Marco Bambini wrote: > After several attempts (and runtime crashes), I am asking for help > with how to compile libpq with LibreSSL support (both dynamic and > static links would be OK to me). > I know how to compile libpq with OpenSSL support, but I need t