> Then I try running
>      /usr/local/apache/bin/apachectl startssl
> 
> Unfortunately I get the msg:
>   Syntax error on line 206 of       
> /usr/local/apache/conf/httpd.conf:
>   Invalid command 'LoadModule', perhaps mis-spelled or
>   defined by a module not included in the server    
> configuration
>   could not locate Module SSL (line 206 httpd.conf)

Are you installing on top of an existing Apache directory?  In other
words, was /usr/local/apache/conf/httpd.conf created by the install, or
did it already exist before you built Apache?  It looks like the conf
file might expect Apache to have been built with DSO support but it
wasn't in actuality.

In case you haven't seen this already, you might take a look at this
guide to installing Apache with mod_perl and mod_ssl:
http://perl.apache.org/guide/install.html#mod_perl_and_mod_ssl_openssl_ 
The options it suggests should work for you here.


--Ade.

Reply via email to