Subject: pkg/10309: apache-ssl references non existant librsaref.so.2
To: None <gnats-bugs@gnats.netbsd.org>
From: None <roskens@elfin.net>
List: netbsd-bugs
Date: 06/07/2000 08:09:13
>Number: 10309
>Category: pkg
>Synopsis: apache+ssl w/rsaref references old shared library.
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Wed Jun 07 08:10:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator: Ron Roskens
>Release: pkgsrc-20000606
>Organization:
Internet
>Environment:
System: NetBSD dev.elfin.net 1.4Z NetBSD 1.4Z (GENERIC) #12: Sat May 27 16:55:41 PDT 2000 root@swinger:/u1/snapshots/src/sys/arch/i386/compile/GENERIC i386
>Description:
If your using apache with ap-ssl and rsaref, then the apache configuration
and an ap-ssl installation message reference an old library.
>How-To-Repeat:
cd pkgsrc/www/ap-ssl
make
# see in message a reference to uncomment the line:
# If you are using RSAREF, you MUST uncomment the line in the SSL
# block of httpd.conf which reads:
#LoadFile !librsaref.so.3
>Fix:
Patch-1:
Patch in pkgsrc/www/apache
==== BEGIN PATCH
--- patches/patch-aj.orig Sun Nov 28 06:43:27 1999
+++ patches/patch-aj Wed Jun 7 09:57:36 2000
@@ -11,7 +11,7 @@
+
+<IfDefine SSL>
+### Uncomment the following if you wish to use SSL and you need RSAREF: ###
-+#LoadFile !librsaref.so.2
++#LoadFile !librsaref.so.3
+LoadFile !libcrypto.so.1
+LoadFile !libssl.so.1
+LoadModule ssl_module lib/httpd/mod_ssl.so
==== END PATCH
Patch-2:
Patch in pkgsrc/www/ap-ssl
==== BEGIN PATCH
--- pkg/MESSAGE.orig Sat May 1 06:39:55 1999
+++ pkg/MESSAGE Wed Jun 7 09:56:35 2000
@@ -11,6 +11,6 @@
If you are using RSAREF, you MUST uncomment the line in the SSL block of
httpd.conf which reads:
- #LoadFile !librsaref.so.2
+ #LoadFile !librsaref.so.3
=============================================================================
==== END PATCH
>Release-Note:
>Audit-Trail:
>Unformatted: