Re: broken build - FC 41

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: broken build - FC 41
Date: 2024-09-09 11:57:39
Message-ID: EBDA7F29-259F-4B8A-9DCE-C259F8B30FC4@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 9 Sep 2024, at 13:45, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ed Behn 2024-09-09 11:57:59 access numeric data in module
Previous Message Herbert J. Skuhra 2024-09-09 11:57:31 Re: broken build - FC 41