On Wed, Jul 28, 1999, Peter Losher wrote:

>   Has anyone had any experience compiling mod_ssl with OpenSSL and
> Apache with the Kerberos Authentication module? I keep getting stuck when
> I am trying to run the configure script for Apache (v1.3.6) where it can't
> find the RSA libs... Here is what I am getting:
> 
> -=- 
> LIBS=-L/usr/local/krb5/lib -lkrb5 /usr/local/krb5/lib/libcrypto.a
> -lcom_err
> CFLAGS=-DKRB5 -DKRB_DEF_REALM=\\\"NOT-HERE.ORG\\\"
> INCLUDES=-I/usr/local/krb5/include
> SSL_BASE=/var/tmp/openssl-0.9.3a
> RSA_BASE=/var/tmp/rsaref-2.0/local

>       + SSL library path: /usr/local/ssl

Seems like your variables aren't exported to the configure scripts. Use env(1)
or export them.  Read the mod_ssl INSTALL document carefully, please.

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to