Hi there,

I've been trying to run apache (1.3.12) and mod_ssl
(2.6.6-1.3.12).  Everything compiles fine, however
when I attempt to run 'apachectl startssl' is says the
following:

[root@tokyo bin]# ./apachectl startssl
Syntax error on line 208 of
/usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libssl.so into
server: /usr/local/apache/libexec/libssl.so: undefined
symbol: _OtsRemainder32Unsigned
./apachectl startssl: httpd could not be started

However, 'apachectl start' works just fine. 
'apachectl configtest' says "Syntax OK".
Line 207, 208, and 209 are as follows:
   <IfDefine SSL>
   LoadModule ssl_module         libexec/libssl.so
   </IfDefine>

I've compiled mod_ssl and apache more ways than you
can shake a stick at.  One of the many ways i've
compiled each was the following:

mod_ssl:
  ./configure \
     --with-apache=../apache_1.3.12 \
     --with-ssl \
     --enable-shared=ssl

apache:
  SSL_BASE=../openssl-0.9.5a \
     ./configure \
     --enable-module=ssl \
     --prefix=/usr/local/apache \
     --enable-shared=ssl \
     --enable-module=so

If it makes any difference, the machine I am running
and compiling on is an alpha 600.  If you need any
more information regarding this, please don't hesitate
to ask.

Thanks a bunch.

__________________________________________________
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to