Subject: Re: ap-ssl
To: None <tech-pkg@netbsd.org>
From: Mocha <netbsd_alpha@yahoo.com>
List: tech-pkg
Date: 05/12/2000 16:38:56
At 05:04 PM 5/12/00 -0400, you wrote:
>Thus spake Mocha
> > i'm trying to get apache 1.3.12, ap-ssl, ap-php3 to all be happy. here is
> > the order i made the packages:
> > 1. make apache
> > 2. make ap-ssl
> > 3. make ap-php3
> >
> > # apachectl startssl
> > Syntax error on line 211 of /usr/pkg/etc/httpd/httpd.conf:
> > Cannot load !libcrypto.so.1 into server:Shared object "libcrypto.so.1" not
> > found
> > /usr/pkg/sbin/apachectl startssl: httpd could not be started
>
>This bit me too.  Somehow the library versions went down after the latest
>sup and rebuild.  Just change that to LoadFile !libcrypto.so.0 and you
>should be fine except that it will complain about libssl.so.1then and you
>need to fix that too.
>
>I'm not entirely sure how it happened but I did manage to get everything
>working again doing that.

what version of netbsd are you running? -current?

i've tried all diff combos of:

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

still i get:
# apachectl startssl
Syntax error on line 217 of /usr/pkg/etc/httpd/httpd.conf:
Cannot load /usr/pkg/lib/httpd/mod_ssl.so into server: Shared object 
"libssl.so"
  not found
/usr/pkg/sbin/apachectl startssl: httpd could not be started