The latest available APR devel package on RHEL 8 is version 1.6.3. (i.e apr-devel-1.6.3-12.el8.x86_64)
If you attempt to build *tomcat-native 2.0.8*, you will encounter the following error: configure: error: Found APR 1.6.3. You need version 1.7.0 or newer > installed. > However, *tomcat-native 1.3.1* is compatible with APR 1.6.3 and should be built without issues. For tomcat-native 2.0.8, since the APR version provided by the distribution is obsolete, your only option would be to build a static version of APR 1.7.0 or later to meet the requirement. There is no tomcat-native package available for RHEL 8. Kind regards, Dimitris On Wed, Feb 5, 2025 at 12:27 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > Darryl, > > On 2/3/25 1:17 PM, Darryl Baker wrote: > > Would someone please point me to the documentation on building > tomcat-native on RHEL 8 using the Red Hat supplied APR package? > > Do you need to build from source, or can you use the RHEL binary? > > $ sudo yum search tomcat-native > ===== Name Exactly Matched: tomcat-native ===== > tomcat-native.x86_64 : Tomcat native library > > If you truly need to build, we can probably update the documentation to > indicate which popular packages would be necessary before building from > source. > > -chris > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >