Re: Error on create extension pgcrypto. Undefined symbol "EVP_bf_ecb"

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Marco Aurelio <marcoprodata(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Error on create extension pgcrypto. Undefined symbol "EVP_bf_ecb"
Date: 2024-02-07 15:12:35
Message-ID: 787639.1707318755@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Marco Aurelio <marcoprodata(at)gmail(dot)com> writes:
> I added the include and libraries folders:
> --with-libraries=/usr/local/lib --with-includes=/usr/local/include
> but configure keeps finding the old version of openssl

> configure:14133: checking for openssl
> configure:14151: found /usr/bin/openssl
> configure:14163: result: /usr/bin/openssl
> configure:14183: using openssl: OpenSSL 1.1.1t-freebsd 7 Feb 2023

You can ignore that particular result, because it doesn't matter
as long as we're using the right headers and libraries. (We knew
when that check was put in that it would give some false positives.)
Alternatively, change your PATH to put /usr/local/bin in front
of /usr/bin.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Carsten Klein 2024-02-07 15:47:18 Re: Generic File Access Function to read program output
Previous Message Joe Conway 2024-02-07 14:54:49 Re: Generic File Access Function to read program output