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]

Reply via email to