Hello,

I have the following configuration:
FreeBSD 4.4
Openssl-0.9.6b
mod_ssl-2.8.5-1.3.22
apache_1.3.22

First I compiled and installed apache with the following:
# ./configure --prefix=/usr/local/apache --enable-module=rewrite 
--enable-shared=rewrite --enable-module=so
# make
# make install

I ran apache with:
/usr/local/apache/bin/apachectl start
it started OK, and I also did ...
/usr/local/apache/bin/apachectl configtest
Syntax OK

Then I stopped apache with:
/usr/local/apache/bin/apachectl stop

I commenced installation of openssl with:
# ./config no-threads
# make
# make test
# make install

everything was OK ...

Then I did the following for mod_ssl:
# ./configure --with-apache=../apache_1.3.22 --with-ssl=../openssl-0.9.6b 
--prefix=/usr/local/apache --enable-module=ssl --enable-shared=ssl

I changed to directory apache_1.3.22
# make
# make certificate (cause I did not have one - I answered all the questions)
# make install

Everyting seemed to compile well. I then ran:

/usr/local/apache/bin/apachectl configtest
Syntax OK
/usr/local/apache/bin/apachectl start
Started OK
/usr/local/apache/bin/apachectl stop
Stopped OK
/usr/local/apache/bin/apachectl startssl

I got an error message like this:

Syntax error on line 1116 of /usr/local/apache/conf/httpd.conf
Invalid command "SSLEngine", perhaps mis-spelled or defined by a module not 
included in the server configuration
/usr/local/apache/bin/apachectl start: httpd could not be started


Now I went thru the mail archives and found that it had something to do with 
not having compiled apache with mod_ssl ... according to the commands for 
installing apache with mod_ssl I seemed to have done so ... right?

However, I ran the following command to see what modules were compiled with 
apache:
/usr/local/apache/bin/httpd -l

and guess what was not listed

mod_ssl.c

Having discoverd this I ran the installation again and again and again ... I 
even put manually Addmodule and LoadModule in httpd.conf for mod_ssl, and I 
still get the same message ...

Can anyone please help?

Peter

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

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

Reply via email to