Subject: www/ap-ssl and -current
To: None <tech-pkg@netbsd.org>
From: Michael Graff <explorer@flame.org>
List: tech-pkg
Date: 10/13/1999 01:56:24
I can't seem to get it to go:

amberdrake# apachectl startssl
Syntax error on line 207 of /usr/pkg/etc/httpd/httpd.conf:
Cannot load /usr/pkg/lib/httpd/mod_ssl.so into server: /usr/pkg/lib/httpd/mod_ssl.so: Undefined PLT symbol "SSLv2_server_method" (reloc type = 7, symnum = 319)
/usr/pkg/sbin/apachectl startssl: httpd could not be started


That section:

<IfDefine SSL>
### Uncomment the following if you wish to use SSL and you need RSAREF: ###
#LoadFile !librsaref.so
LoadFile !libcrypto.so
LoadFile !libssl.so
LoadModule ssl_module lib/httpd/mod_ssl.so
AddModule mod_ssl.c
</IfDefine>