On Sun, Dec 13, 1998, [EMAIL PROTECTED] wrote:
> Please review my install. Is there something obvious I am missing?
>
> I have Linux 2.0.34 all of the sources are installed starting at /usr/src/
>
> I get a make error at the end, and of course the install does not work. Various
> errors - when "make" runs it complains that SSL_BASE variable is not set, yet I
> set it. Maybe syntax.
>
> SSL_BASE=/usr/src/SSLeay-0.9.0b
> RSA_BASE=/usr/src/rsaref-2.0/local
> ./configure \
These are _not_ three commands. This is _one_ command. Place all three things
on _one single_ command line or alternatively add "export SSL_BASE; export
RSA_BASE" before the "./configure" call.
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl/
Official Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]