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

From: Marco Aurelio <marcoprodata(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Error on create extension pgcrypto. Undefined symbol "EVP_bf_ecb"
Date: 2024-02-07 14:40:21
Message-ID: CA+bywzO4DdiiSJSr74qqnfFx1+76ghJG=zFH4aPcQfNUND7RDg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Marco Aurélio Ventura da Silva
Analista de Sistemas / Desenvolvedor
marcoprodata(at)gmail(dot)com
Prodata Informática e Cadastro LTDA
(33) 3322-6363

Em qua., 7 de fev. de 2024 às 11:17, Daniel Gustafsson <daniel(at)yesql(dot)se>
escreveu:

> > On 7 Feb 2024, at 15:09, Marco Aurelio <marcoprodata(at)gmail(dot)com> wrote:
>
> > When I run ./configure I see in config.log that it is always using the
> base version of Freebsd.
>
> You can use the --with-libraries and --with-includes arguments to
> ./configure
> in order to point it to the version you want to build against.
>
> --
> Daniel Gustafsson
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joe Conway 2024-02-07 14:54:49 Re: Generic File Access Function to read program output
Previous Message Daniel Gustafsson 2024-02-07 14:17:44 Re: Error on create extension pgcrypto. Undefined symbol "EVP_bf_ecb"