On Tue, Apr 04, 2000, Paul-Hus Diane wrote:

> I am just starting to work on UNIX type  system. and I am lost on this . I
> was following the document on mod_ssl installation and I kept getting a STOP
> Error 1 .  I manage to get around by copying the librsaref.a in the
> openssl-9.0.5 directory .
> Will it be OK or do I look for problem later on the road ?   I am having a
> hard time finding proper documentation for BSDI  Below is what I did , for
> the rsaref I had to use gmake make was not working.
> Thanks for you help
> 
> on  BSDI 4.1  server
> 
> Configure OpenSSL Library
> 
>               -       cd rsaref-2.0
>               -       cp -rp install/unix local
>               -       cd local
>               -       gmake           
>               -       mv rsaref.a librsaref.a  
> 
>               -       cd openssl-0.9.5
>               -       ./config        -L'pwd'/../rsaref-2.0/local/  rsaref

Errr.. that has to be -L`pwd`/../rsaref-2.0/local/ (note the
backticks!).
                                       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