> On 9 Sep 2024, at 13:45, Pavel Stehule <pavel.steh...@gmail.com> wrote:
> echo 'Libs.private: -L/usr/lib64 -lpgcommon -lpgport -lssl -lm' >>libpq.pc > fe-secure-openssl.c:62:10: fatal error: openssl/engine.h: Adresář nebo soubor > neexistuje > 62 | #include <openssl/engine.h> > | ^~~~~~~~~~~~~~~~~~ > compilation terminated. That implies OPENSSL_NO_ENGINE isn't defined while the engine header is missing, which isn't really a workable combination. Which version of OpenSSL is this? -- Daniel Gustafsson