ofc: [vmouriki@localhost native]$ /usr/bin/openssl version OpenSSL 3.0.1 14 Dec 2021 (Library: OpenSSL 3.0.1 14 Dec 2021) [vmouriki@localhost native]$ ./configure --with-apr=/usr/bin/apr-2-config --with-ssl=/usr/bin --with-java-home=/usr/lib/jvm/java-17-openjdk-17.0.6.0.10-3.el9_1.x86_64 checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c ./configure: line 2319: LT_INIT: command not found checking for working mkdir -p... yes Tomcat Native Version: 2.0.3 checking for chosen layout... tcnative checking for APR... yes configure: APR 2.0.0 detected. setting CC to "gcc" setting CPP to "gcc -E" checking JAVA_HOME... /usr/lib/jvm/java-17-openjdk-17.0.6.0.10-3.el9_1.x86_64 adding "-I/usr/lib/jvm/java-17-openjdk-17.0.6.0.10-3.el9_1.x86_64/include" to TCNATIVE_PRIV_INCLUDES checking for JDK os include directory... linux adding "-I/usr/lib/jvm/java-17-openjdk-17.0.6.0.10-3.el9_1.x86_64/include/linux" to TCNATIVE_PRIV_INCLUDES checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for OpenSSL library... /usr/bin using openssl from /usr/bin/lib and /usr/bin/include checking OpenSSL library version >= 3.0.0... configure: error: Your version of OpenSSL is not compatible with this version of tcnative [vmouriki@localhost native]$ openssl version OpenSSL 3.0.1 14 Dec 2021 (Library: OpenSSL 3.0.1 14 Dec 2021) [vmouriki@localhost native]$
On Mon, Feb 13, 2023 at 11:00 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Vasileios, > > On 2/13/23 11:17, Vasileios Mourikis wrote: > > [X] Stable, go ahead and release > > > > Note: build was successful with openssl 3.0.8 but not with 3.0.1 > > Can you post the details of the build failure(s)? Environment, error > messages, etc.? > > -chris > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > >