On Thu, Oct 01, 1998, W. Gregg Roth wrote:

> I am currently trying to set up the Apache 1.3.2 Web Server using the
> following command on an Digital Alpha server running DEC UNIX 4.0D
> 
> When I use the following command:
> 
> ./configure --with-apache=../apache_1.3.2 --with-ssleay=../SSLeay-0.9.0b -
> -with-rsaref=../rsaref-2.0 --prefix=/www/apache_1.3.2
> 
> I get the following result :
> 
>[...]
> /usr/local/src/rsaref-2.0/local/librsaref.a
> collect2: ld returned 1 exit status
> /usr/bin/ld:
> Can't locate file for: -lrsaref
> 
> Please tell me what I have done wrong ?

Nothing. You're just one more guy who falls into the RSAref support bug in
mod_ssl 2.0.11. Puhhh... I should immediately push 2.0.12 out ;-). As a
workaround just add an additional flags to your configure line:
``LDFLAGS="-L/usr/local/src/rsaref-2.0/local/"''. This should work for 2.0.11.
It's fixed in 2.0.12 which is released the next days.

                                       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]

Reply via email to