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 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 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 wrap)

HTH

/mde/
just my two cents . . . .

--- Luc Foisy <[EMAIL PROTECTED]> wrote:

> modules/ssl/.libs/mod_ssl.al(ssl_engine_kernel.lo):
> In function `ssl_hook_UserCheck':
>
/home/tech_support/install/apache/httpd-2.0.48/modules/ssl/ssl_engine_kernel.c:893:
> undefined reference to `OPENSSL_free'
> modules/ssl/.libs/mod_ssl.al(ssl_engine_kernel.lo):
> In function `ssl_callback_SSLVerify':
>
/home/tech_support/install/apache/httpd-2.0.48/modules/ssl/ssl_engine_kernel.c:1224:
> undefined reference to `OPENSSL_free'
>
/home/tech_support/install/apache/httpd-2.0.48/modules/ssl/ssl_engine_kernel.c:1228:
> undefined reference to `OPENSSL_free'
> modules/ssl/.libs/mod_ssl.al(ssl_engine_kernel.lo):
> In function `ssl_callback_SSLVerify_CRL':
>
/home/tech_support/install/apache/httpd-2.0.48/modules/ssl/ssl_engine_kernel.c:1490:
> undefined reference to `OPENSSL_free'
> modules/ssl/.libs/mod_ssl.al(ssl_engine_vars.lo): In
> function `ssl_var_lookup_ssl_cert':
>
/home/tech_support/install/apache/httpd-2.0.48/modules/ssl/ssl_engine_vars.c:351:
> undefined reference to `OPENSSL_free'
> collect2: ld returned 1 exit status
> make[1]: *** [httpd] Error 1
> make[1]: Leaving directory
> `/home/tech_support/install/apache/httpd-2.0.48'
> make: *** [all-recursive] Error 1


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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 wrap)

HTH

/mde/
just my two cents . . . .

--- Luc Foisy <[EMAIL PROTECTED]> wrote:

> modules/ssl/.libs/mod_ssl.al(ssl_engine_kernel.lo):
> In function `ssl_hook_UserCheck':
>
/home/tech_support/install/apache/httpd-2.0.48/modules/ssl/ssl_engine_kernel.c:893:
> undefined reference to `OPENSSL_free'
> modules/ssl/.libs/mod_ssl.al(ssl_engine_kernel.lo):
> In function `ssl_callback_SSLVerify':
>
/home/tech_support/install/apache/httpd-2.0.48/modules/ssl/ssl_engine_kernel.c:1224:
> undefined reference to `OPENSSL_free'
>
/home/tech_support/install/apache/httpd-2.0.48/modules/ssl/ssl_engine_kernel.c:1228:
> undefined reference to `OPENSSL_free'
> modules/ssl/.libs/mod_ssl.al(ssl_engine_kernel.lo):
> In function `ssl_callback_SSLVerify_CRL':
>
/home/tech_support/install/apache/httpd-2.0.48/modules/ssl/ssl_engine_kernel.c:1490:
> undefined reference to `OPENSSL_free'
> modules/ssl/.libs/mod_ssl.al(ssl_engine_vars.lo): In
> function `ssl_var_lookup_ssl_cert':
>
/home/tech_support/install/apache/httpd-2.0.48/modules/ssl/ssl_engine_vars.c:351:
> undefined reference to `OPENSSL_free'
> collect2: ld returned 1 exit status
> make[1]: *** [httpd] Error 1
> make[1]: Leaving directory
> `/home/tech_support/install/apache/httpd-2.0.48'
> make: *** [all-recursive] Error 1


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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 wrap)

HTH

/mde/
just my two cents . . . .

--- Luc Foisy <[EMAIL PROTECTED]> wrote:

> modules/ssl/.libs/mod_ssl.al(ssl_engine_kernel.lo):
> In function `ssl_hook_UserCheck':
>
/home/tech_support/install/apache/httpd-2.0.48/modules/ssl/ssl_engine_kernel.c:893:
> undefined reference to `OPENSSL_free'
> modules/ssl/.libs/mod_ssl.al(ssl_engine_kernel.lo):
> In function `ssl_callback_SSLVerify':
>
/home/tech_support/install/apache/httpd-2.0.48/modules/ssl/ssl_engine_kernel.c:1224:
> undefined reference to `OPENSSL_free'
>
/home/tech_support/install/apache/httpd-2.0.48/modules/ssl/ssl_engine_kernel.c:1228:
> undefined reference to `OPENSSL_free'
> modules/ssl/.libs/mod_ssl.al(ssl_engine_kernel.lo):
> In function `ssl_callback_SSLVerify_CRL':
>
/home/tech_support/install/apache/httpd-2.0.48/modules/ssl/ssl_engine_kernel.c:1490:
> undefined reference to `OPENSSL_free'
> modules/ssl/.libs/mod_ssl.al(ssl_engine_vars.lo): In
> function `ssl_var_lookup_ssl_cert':
>
/home/tech_support/install/apache/httpd-2.0.48/modules/ssl/ssl_engine_vars.c:351:
> undefined reference to `OPENSSL_free'
> collect2: ld returned 1 exit status
> make[1]: *** [httpd] Error 1
> make[1]: Leaving directory
> `/home/tech_support/install/apache/httpd-2.0.48'
> make: *** [all-recursive] Error 1


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 wrap)

HTH

/mde/
just my two cents . . . .

--- Luc Foisy <[EMAIL PROTECTED]> wrote:

> modules/ssl/.libs/mod_ssl.al(ssl_engine_kernel.lo):
> In function `ssl_hook_UserCheck':
>
/home/tech_support/install/apache/httpd-2.0.48/modules/ssl/ssl_engine_kernel.c:893:
> undefined reference to `OPENSSL_free'
> modules/ssl/.libs/mod_ssl.al(ssl_engine_kernel.lo):
> In function `ssl_callback_SSLVerify':
>
/home/tech_support/install/apache/httpd-2.0.48/modules/ssl/ssl_engine_kernel.c:1224:
> undefined reference to `OPENSSL_free'
>
/home/tech_support/install/apache/httpd-2.0.48/modules/ssl/ssl_engine_kernel.c:1228:
> undefined reference to `OPENSSL_free'
> modules/ssl/.libs/mod_ssl.al(ssl_engine_kernel.lo):
> In function `ssl_callback_SSLVerify_CRL':
>
/home/tech_support/install/apache/httpd-2.0.48/modules/ssl/ssl_engine_kernel.c:1490:
> undefined reference to `OPENSSL_free'
> modules/ssl/.libs/mod_ssl.al(ssl_engine_vars.lo): In
> function `ssl_var_lookup_ssl_cert':
>
/home/tech_support/install/apache/httpd-2.0.48/modules/ssl/ssl_engine_vars.c:351:
> undefined reference to `OPENSSL_free'
> collect2: ld returned 1 exit status
> make[1]: *** [httpd] Error 1
> make[1]: Leaving directory
> `/home/tech_support/install/apache/httpd-2.0.48'
> make: *** [all-recursive] Error 1


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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: link: warning: library `/usr/lib/libgdbm.la' was moved.
modules/ssl/.libs/mod_ssl.al(ssl_engine_kernel.lo): In function `ssl_hook_UserCheck':
/home/tech_support/install/apache/httpd-2.0.48/modules/ssl/ssl_engine_kernel.c:893: 
undefined reference to `OPENSSL_free'
modules/ssl/.libs/mod_ssl.al(ssl_engine_kernel.lo): In function 
`ssl_callback_SSLVerify':
/home/tech_support/install/apache/httpd-2.0.48/modules/ssl/ssl_engine_kernel.c:1224: 
undefined reference to `OPENSSL_free'
/home/tech_support/install/apache/httpd-2.0.48/modules/ssl/ssl_engine_kernel.c:1228: 
undefined reference to `OPENSSL_free'
modules/ssl/.libs/mod_ssl.al(ssl_engine_kernel.lo): In function 
`ssl_callback_SSLVerify_CRL':
/home/tech_support/install/apache/httpd-2.0.48/modules/ssl/ssl_engine_kernel.c:1490: 
undefined reference to `OPENSSL_free'
modules/ssl/.libs/mod_ssl.al(ssl_engine_vars.lo): In function 
`ssl_var_lookup_ssl_cert':
/home/tech_support/install/apache/httpd-2.0.48/modules/ssl/ssl_engine_vars.c:351: 
undefined reference to `OPENSSL_free'
collect2: ld returned 1 exit status
make[1]: *** [httpd] Error 1
make[1]: Leaving directory `/home/tech_support/install/apache/httpd-2.0.48'
make: *** [all-recursive] Error 1

That does look like an error to me (I have no idea what a proper make looks like). Can 
someone point me in the right direction?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]