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

Поиск
Список
Период
Сортировка
От Marco Aurelio
Тема Re: Error on create extension pgcrypto. Undefined symbol "EVP_bf_ecb"
Дата
Msg-id CA+bywzO4DdiiSJSr74qqnfFx1+76ghJG=zFH4aPcQfNUND7RDg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Error on create extension pgcrypto. Undefined symbol "EVP_bf_ecb"  (Daniel Gustafsson <daniel@yesql.se>)
Ответы Re: Error on create extension pgcrypto. Undefined symbol "EVP_bf_ecb"
Список 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
Prodata Informática e Cadastro LTDA
(33) 3322-6363


Em qua., 7 de fev. de 2024 às 11:17, Daniel Gustafsson <daniel@yesql.se> escreveu:
> On 7 Feb 2024, at 15:09, Marco Aurelio <marcoprodata@gmail.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

В списке pgsql-general по дате отправления:

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Error on create extension pgcrypto. Undefined symbol "EVP_bf_ecb"
Следующее
От: Joe Conway
Дата:
Сообщение: Re: Generic File Access Function to read program output