On Thu, Sep 30, 1999, WSO Support wrote:

> > > The problem was that at the top of the Makefile script
> > > in 'ssl.crt' the variable SSL_PROGRAM was undefined. I'm
> > > not sure why?
> > > 
> > > I replaced it with:
> > > SSL_PROGRAM=/usr/local/bin/openssl
> > > 
> > > And everything works great!
> > > Thanks for your help and patience!
> >
> >Confusing. The variable is intentionally undefined there. Because if called
> >from the top-level the top-level provides this variable (by overiding it on
> >the "make" command line). And even if you run the "make" locally the embedded
> >shell script finds a reasonable "openssl" or "ssleay" program in your $PATH.
> >So either your $PATH was broken or you messed up something else. But ok, now
> >that it works be happy... I just wanted to say that I cannot fix anything in
> >this Makefile because it is not broken IMO ;)
> 
> Two things:
> 
> 1. Not sure what you mean by "top-level".

I meant the top-level Makefile in the Apache source tree.

> 2. It was probably finding an old installation of ssleay before
> it found openssl is my guess.

Perhaps, yes.
                                       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