RE: Apache + Tomcat RH HOWTO (Apache Compile)

2004-01-29 Thread Luc Foisy
I suppose that could possibly be? export CPPFLAGS=-I/usr/kerberos/include -I/usr/include/openssl -Original Message- From: Mark Eggers [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 28, 2004 5:17 PM To: Tomcat Users List Subject: Re: Apache + Tomcat RH HOWTO (Apache Compile) RedHat

RE: Apache + Tomcat RH HOWTO (Apache Compile)

2004-01-29 Thread Luc Foisy
That didnt do it either. If my openssl is old (like the one that came with RH 7.0), could that be the problem? -Original Message- From: Luc Foisy Sent: Thursday, January 29, 2004 9:39 AM To: Tomcat Users List Subject: RE: Apache + Tomcat RH HOWTO (Apache Compile) I suppose that could

Apache + Tomcat RH HOWTO (Apache Compile)

2004-01-28 Thread Luc Foisy
Using Johns HowTO (http://johnturner.com/howto/apache2-tomcat4127-jk-rh9-howto.html) I think my make might not have worked correctly. I'll paste the last bunch of lines. I think this RH bread is 7.0, also using 2.0.48. libtool: link: warning: library `/usr/lib/libgdbm.la' was moved. libtool:

Re: Apache + Tomcat RH HOWTO (Apache Compile)

2004-01-28 Thread Mark Eggers
RedHat places some libraries in places that configure doesn't expect. In order to get SSL compiled, the following environment variable needs to be set before running configure. export CPPFLAGS=-I/usr/kerberos/include -I/usr/openssl/include (all on one line - sorry about the

RE: Apache + Tomcat RH HOWTO (Apache Compile)

2004-01-28 Thread Luc Foisy
Nope. That didn't make it fly. I exported, ran configure, then make. Same result. -Original Message- From: Mark Eggers [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 28, 2004 5:17 PM To: Tomcat Users List Subject: Re: Apache + Tomcat RH HOWTO (Apache Compile) RedHat places some