Re: Building tomcat-native on RHEL 8

2025-02-10 Thread Christopher Schultz
Darryl, On 2/5/25 7:28 PM, Darryl Baker wrote: Trying to build 1.3.1 I did the fit manipulations as suggested (I know very little about git) and I get [root@evfediamdv1 tomcat-native-1.3.1-src]# ./jnirelease.sh -f --with-apr=/root/rpmbuild/SOURCES/apr-1.6.3 --ver=1.3.1 I think jnirelease.sh

Re: Building tomcat-native on RHEL 8

2025-02-06 Thread Darryl Baker
Thank you. Darryl Baker, GSEC, GCLD (he/him/his) Sr. System Administrator Distributed Application Platform Services Northwestern University 4th Floor 2020 Ridge Avenue Evanston, IL 60208-0801 darryl.ba...@northwestern.edu (847) 467-6674 On 2/6

Re: Building tomcat-native on RHEL 8

2025-02-06 Thread Dimitris Soumis
Rainer, your mail has not popped up when I sent mine. Thanks for the detailed description :) Kind regards, Dimitris On Thu, Feb 6, 2025 at 9:14 PM Dimitris Soumis wrote: > > > On Thu, Feb 6, 2025 at 7:30 PM Darryl Baker > wrote: > >> My question is why is tomcat-native dependent on APR at all?

Re: Building tomcat-native on RHEL 8

2025-02-06 Thread Dimitris Soumis
On Thu, Feb 6, 2025 at 7:30 PM Darryl Baker wrote: > My question is why is tomcat-native dependent on APR at all? Could it be > built without that dependency? > Tomcat Native relies on the Apache Portable Runtime (APR) to bridge the gap between Tomcat, and native OS capabilities. APR provides API

Re: Building tomcat-native on RHEL 8

2025-02-06 Thread Rainer Jung
Am 06.02.25 um 18:18 schrieb Darryl Baker: > My question is why is tomcat-native dependent on APR at all? Could it be built without that dependency? The APR library originates in the Apache httpd project. The project decided long ago, to split out some very basic functionality into a separa

Re: Building tomcat-native on RHEL 8

2025-02-06 Thread Darryl Baker
My question is why is tomcat-native dependent on APR at all? Could it be built without that dependency? Can I build tomcat native on Rocky Linux? Then could I use it on Red Hat? Has anyone tried that? Darryl Baker, GSEC, GCLD (he/him/his) Sr. System Administrator Distributed Application Plat

Re: Building tomcat-native on RHEL 8

2025-02-06 Thread Dimitris Soumis
I will try to provide you with a step-by-step guide for a RHEL 8 vanilla installation. Please feel free to tweak according to your needs. 1) Make sure the required packages are installed: $ *dnf install apr-devel openssl-devel java-11-openjdk-devel* 2) Fetch the tomcat-native from the official si

Re: Building tomcat-native on RHEL 8

2025-02-06 Thread Dimitris Soumis
On Wed, Feb 5, 2025 at 7:58 PM Darryl Baker wrote: > I could if there was one. Red Hat stopped having Tomcat in the OS > distribution and is now part of the JBoss product the University decided > not to buy. > Tomcat is available in the OS distribution other than the Jboss web server product. Tom

Re: Building tomcat-native on RHEL 8

2025-02-05 Thread Darryl Baker
Trying to build 1.3.1 I did the fit manipulations as suggested (I know very little about git) and I get [root@evfediamdv1 tomcat-native-1.3.1-src]# ./jnirelease.sh -f --with-apr=/root/rpmbuild/SOURCES/apr-1.6.3 --ver=1.3.1 Using apr source from: `/root/rpmbuild/SOURCES/apr-1.6.3' Using: /bin/eli

Re: Building tomcat-native on RHEL 8

2025-02-05 Thread Darryl Baker
I could if there was one. Red Hat stopped having Tomcat in the OS distribution and is now part of the JBoss product the University decided not to buy. [root@XXX] tomcat-native-2.0.8-src]# yum search tomcat-native Updating Subscription Management repositories. No matches found. [root@XXX] tomcat-n

Re: Building tomcat-native on RHEL 8

2025-02-04 Thread Dimitris Soumis
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

Re: Building tomcat-native on RHEL 8

2025-02-04 Thread Evan Rempel
(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

Re: Building tomcat-native on RHEL 8

2025-02-04 Thread Christopher Schultz
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 M

Re: Building tomcat-native on RHEL 8

2025-02-04 Thread Rainer Jung
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 deve

Re: Building tomcat-native on RHEL 8

2025-02-03 Thread Evan Rempel
-util apr-util-devel apr-util-openssl openssl-devel -- Evan From: Darryl Baker Sent: February 3, 2025 1:30 PM To: Tomcat Users List Subject: Re: Building tomcat-native on RHEL 8 I knew where the general direction are already. The build fails looking for the s

Re: Building tomcat-native on RHEL 8

2025-02-03 Thread Darryl Baker
I knew where the general direction are already. The build fails looking for the source for APR. For RHEL 8 is mandatory to download the APR source rpm? Are the any other gotchas? I can't be the first to need the Tomcat-native for RHEL 8. Darryl Baker, GSEC, GCLD (he/him/his) Sr. System Administ

Re: Building tomcat-native on RHEL 8

2025-02-03 Thread Evan Rempel
https://tomcat.apache.org/native-doc/index.html -- Evan From: Darryl Baker Sent: February 3, 2025 10:17 AM To: Tomcat Users List Subject: Building tomcat-native on RHEL 8 [You don't often get email from darryl.ba...@northwestern.edu. Learn why this is important