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

2024-02-07 Thread Marco Aurelio
Aurélio Ventura da Silva Analista de Sistemas / Desenvolvedor marcoprod...@gmail.com Prodata Informática e Cadastro LTDA (33) 3322-6363 Em qua., 7 de fev. de 2024 às 12:12, Tom Lane escreveu: > Marco Aurelio writes: > > I added the include and libraries folders: > > --with-libraries

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

2024-02-07 Thread Marco Aurelio
15:09, Marco Aurelio 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 > >

Error on create extension pgcrypto. Undefined symbol "EVP_bf_ecb"

2024-02-07 Thread Marco Aurelio
Dear Friends, I have a Freebsd 13.2 server where I installed postgresql 16.1 via source code, I installed the pgcrypto extension with the gmake install command without error messages, but when trying to create the extension in a database I receive the following message: ERROR: could not load libra