Re: Release 10.1.35
Adrienne and Mark, On 2/3/25 9:30 AM, Mark Thomas wrote: On 03/02/2025 13:52, Adrienne Farrell wrote: Hello I am seeing https://bz.apache.org/bugzilla/show_bug.cgi?id=69527 in my Tomcat 10.1.33 and 10.1.34 and have to roll back to 10.1.31. I am just wondering when 10.1.35 might be released as I see the fix is in that update? If all goes to plan, the process should start later today. If not, it will be the next few days. Apache Tomcat 10.1.35 release is ready for voting. Adrienne, if you'd care to try it out and reply to the VOTE thread on the development mailing list, I'd appreciate it. Thanks, -chris - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org
Re: Building tomcat-native on RHEL 8
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
Re: Building tomcat-native on RHEL 8
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 > >
Re: Building tomcat-native on RHEL 8
I think you are confusing the EPEL8 packages. Redhat does not provide a tomcat-native package. The challenge with EPEL is that the packages are often quite old. tomcat-native-1.2.35 (Aug 2022) where the latest release of 1.x is 1.3.1 Same is true for the EPEL8 tomcat packages tomcat-9.0.65 (july 2022) where the latest tomcat 9 is 9.0.98 EPEL8 does not even have tomcat 10 -- Evan From: Christopher Schultz Sent: February 4, 2025 2:18 PM To: users@tomcat.apache.org Subject: Re: Building tomcat-native on RHEL 8 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
Re: Building tomcat-native on RHEL 8
apr-util(-*) RPMs should not be needed. To the OP: please be more explicit in posting your problems, like how do you run configure, what is the unexpected configure output etc. Thanks, Rainer Am 03.02.25 um 23:13 schrieb Evan Rempel: You don't need the source RPM, but you will need the development RPMs. I have not confirmed all of these are actually needed, and there are probably even more depending on what build environment you are using. We produce RPMs, so we need lots of other RPM building tools. apr apr-devel apr-util apr-util-devel apr-util-openssl openssl-devel - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org