On Thu, Jan 28, 1999, [EMAIL PROTECTED] wrote:
> I have tried installing mod_ssl by following the instructions from from
> http://www.engelschall.com/sw/mod_ssl/distrib/mod_ssl-SNAP/INSTALL
>
> When I have to run the make file in the SSLeay-0.9.x dir I get this
> error it can't find the library -lrsaref. I am using all the US options. I
> have tried it from scatch many times. This is the exact message I receive.
> Thank you for any help
>
>[...]
> . -lcrypto -lRSAglue -Lpwd/../rsaref-2.0/local/ -lrsaref
^^^
>[...]
This is the string "pwd" caused perhaps by the fact that when viewing the
above document in Netscape it reads 'pwd' although the document itself
contains `pwd`. So, please use
-L`pwd`/../rsaref-2.0/local/
on the "perl Configure" command line and not
-L'pwd'/../rsaref-2.0/local/
(which I guess is what you've used).
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]