Re: Tomcat Native and OpenSSL v3.0.2

2022-04-08 Thread Clay Lehman
Configuring both seemed to work. Thanks for all the help!! On Fri, Apr 8, 2022 at 10:10 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > Clay, > > On 4/7/22 13:50, Clay Lehman wrote: > > Chris, Thanks for your help so far! I am digging into this some more > today. > > > > First

Re: Tomcat Native and OpenSSL v3.0.2

2022-04-08 Thread Christopher Schultz
Clay, On 4/7/22 13:50, Clay Lehman wrote: Chris, Thanks for your help so far! I am digging into this some more today. First off, once i started bulding APR from source instead of doing "yum install apr-devel" - my main linking issue went away. so I think we are getting close!! Now I am

Re: Tomcat Native and OpenSSL v3.0.2

2022-04-07 Thread Clay Lehman
Chris, Thanks for your help so far! I am digging into this some more today. First off, once i started bulding APR from source instead of doing "yum install apr-devel" - my main linking issue went away. so I think we are getting close!! Now I am struggling to get Spring Boot's embedded Tomcat to

Re: Tomcat Native and OpenSSL v3.0.2

2022-04-07 Thread Christopher Schultz
Clay, On 4/6/22 07:57, Clay Lehman wrote: "Make sure you have the same versions of libssl, libapr, and libtcnative that you built yourself and not those that e.g. ship with the OS. Where are all your .so files for libtcnative, libssl, and libapr?" Do you know if there are instructions on

Re: Tomcat Native and OpenSSL v3.0.2

2022-04-06 Thread Clay Lehman
"Make sure you have the same versions of libssl, libapr, and libtcnative that you built yourself and not those that e.g. ship with the OS. Where are all your .so files for libtcnative, libssl, and libapr?" Do you know if there are instructions on building these, or where the .so files normally

Re: Tomcat Native and OpenSSL v3.0.2

2022-04-06 Thread Clay Lehman
This sounds promising. i installed apr-devel and openssl-devel from yum repositories, and built OpenSSL 3.0 and Tomcat Native from source. I think i saw instructions for building APR from source also. So I will try that and report back. Is there any way to find out what versions are

Re: Tomcat Native and OpenSSL v3.0.2

2022-04-05 Thread Christopher Schultz
Clay, On 4/5/22 12:47, Clay Lehman wrote: Hello! I am trying to set up Tomcat Native using OpenSSL v3.0.2, and running into an error on startup. I have tried a ton of things, searched, read the docs over and over, and cannot get past this. Has anyone had success with this setup? I created