Hi,

I've been trying to get Apache+mod_ssl up and running on Solaris 2.4,
but can't start httpd.

If I start a plain HTTP server with "apachectl start" then all is fine -
httpd starts and I can connect to http://servername/.

But if I try and start with "apachectl startssl" then I get the
following error:

    Syntax error on line 240 of /usr/local/apache/conf/httpd.conf:
    Cannot load /usr/local/apache/libexec/libssl.so into server:
ld.so.1: /usr/local/apache/bin/httpd: fatal: relocation error: symbol
not found: __bb_init_func: referenced in
/usr/local/apache/libexec/libssl.so
    apachectl startssl: httpd could not be started

where lines 239-241 of /usr/local/apache/conf/httpd.conf are:

    <IfDefine SSL>
    LoadModule ssl_module    libexec/libssl.so
    </IfDefine>

What's wrong?!

I'm using Apache 1.3.12, mod_ssl 2.6.6-1.3.12 on a Solaris 2.4 with Sun
WorkShop Compiler 3.0.

I built OpenSSL 0.9.5a on the same machine.  It all built and tested OK
apart from the following message which was output repeatedly during
"make test":

    tcov_exit: Coverage data file
'/tmp/openssl-0.9.5a/crypto/sha/sha1dgst.d' is empty.

I also got a bunch of lines like this when I ran "make install" for
Apache.  What do these messages mean, and are they related to the
problem I have starting httpd?

Thanks in advance,
Steve Hay


______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to