On Tue, Nov 24, 1998, [EMAIL PROTECTED] wrote:
> Full_Name: Stephen Martin
> Version: mod_ssl-2.1.0-1.3.3
> OS: OpenBSD 2.3
> Submission from: sherwood-174.foothill.net (209.77.113.174)
>
> I am attempting to build SSL server the following occurs on
> following option (a) pre-configuration/build in the mod_ssl
> directory before going on to build the apache server for real.
>
> Configuring mod_ssl/2.1.0 for Apache/1.3.3
> + Apache location: ../apache_1.3.3 (Version 1.3.3)
> + SSLeay location: ../SSLeay-0.9.0b
> + RSAref location: ../rsaref-2.0/local
> + Auxiliary patch tool: ./etc/patch/patch (local)
> + Applying packages to Apache source tree:
> [Extended API (EAPI)]
> [Distribution Documents]
> [SSL Module Source]
> [SSL Support]
> [SSL Configuration Additions]
> [SSL Module Documentation]
> Done: mod_ssl source extension and patches successfully applied.
>
> Configuring for Apache, Version 1.3.3
> Creating Makefile
> Creating Configuration.apaci in src
> ld: -lrsaref: no match
> + SSL library version: SSLeay 0.9.0b 29-Jun-1998
> + SSL library plugin mode: RSAref (explicitly configured)
> + SSL library plugin path: /home/tigger/rsaref-2.0/local/librsaref.a
Ops, yes. There was a little bug in the Apache configuration stub script.
Apply the appended patch to the libssl.module file and try again. It'll be
fixed this way for mod_ssl 2.1.1. Thanks for your feedback.
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
Index: libssl.module
===================================================================
RCS file: /e/apache/SSL/REPOS/mod_ssl/pkg.mod_ssl/pkg.sslmod/libssl.module,v
retrieving revision 1.3
diff -u -r1.3 libssl.module
--- libssl.module 1998/11/17 16:28:30 1.3
+++ libssl.module 1998/11/25 07:11:28
@@ -350,7 +350,7 @@
else
my_found=no
if [ -f "$RSA_BASE/librsaref.a" ]; then
- SSL_LDFLAGS="$SSL_LDFLAGS -L$RSA_BASE/lib"
+ SSL_LDFLAGS="$SSL_LDFLAGS -L$RSA_BASE"
SSL_LIBS="$SSL_LIBS -lrsaref"
echo "$my_prefix SSL library plugin path: $RSA_BASE/librsaref.a"
my_found=yes
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl/
Official Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]