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
--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@xxxxxxxx> escreveu:
> On 7 Feb 2024, at 15:09, Marco Aurelio <marcoprodata@xxxxxxxxx> 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