# /opt/openssl/bin/openssl version -a
OpenSSL 3.0.9 30 May 2023 (Library: OpenSSL 3.0.9 30 May 2023)
built on: Thu Mar 28 15:18:12 2024 UTC
platform: linux-x86_64
options: bn(64,64)
compiler: gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_BUILDING_OPENSSL -DNDEBUG
OPENSSLDIR: "/opt/openssl"
ENGINESDIR: "/opt/openssl/lib64/engines-3"
MODULESDIR: "/opt/openssl/lib64/ossl-modules"
Seeding source: os-specific
CPUINFO: OPENSSL_ia32cap=0x298220f4f8b8f15:0x0
By running the configure I'm getting an error:
/tomcat-native-2.0.7-src/native# ./configure --with-ssl=/opt/openssl/bin
...
checking for OpenSSL library... /opt/openssl/bin
using openssl from /opt/openssl/bin/lib and /opt/openssl/bin/include
checking OpenSSL library version >= 3.0.0... configure: error: Your version of OpenSSL is not compatible with this version of tcnative
I was trying to use the flag --disable-openssl-version-check and it pass configure step but then I'm getting another error:
Hi team! I'm trying to build tomcat-native-2.0.7 following these instructions: https://tomcat.apache.org/native-doc/
I've installed openssl v3.0.9:
By running the configure I'm getting an error:
I was trying to use the flag
--disable-openssl-version-check
and it pass configure step but then I'm getting another error:Any suggestions?