Re: compiling error on OpenWrt - Mailing list pgsql-bugs

From Michael Paquier
Subject Re: compiling error on OpenWrt
Date
Msg-id X/UaKHM1JZ+9qN+o@paquier.xyz
Whole thread Raw
In response to compiling error on OpenWrt  (baych igor <igorbaych@hotmail.com>)
List pgsql-bugs
On Tue, Jan 05, 2021 at 02:06:18PM +0000, baych igor wrote:
> but got error:
>
> checking for CRYPTO_new_ex_data in -lcrypto... no
> configure: error: library 'crypto' is required for OpenSSL
>
> Maybe someone can help me to build a PostgreSQL package with OpenSSL
> support on OpenWrt?

FWIW, it is the first time I am seeing OpenWrt mentioned on the
community lists.  CRYPTO_new_ex_data() is only used in the upstream
code at configure time when looking for libcrypto or libeay32, to I
suspect that something is off with LDFLAGS for the build of this
environment.
--
Michael

Attachment

pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #16807: Assert failed in postgres_fdw/estimate_path_cost_size with an empty foreign table
Next
From: Kasahara Tatsuhito
Date:
Subject: Re: BUG #16722: PG hanging on COPY when table has close to 2^32 toasts in the table.