You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/05/22 20:57:12 UTC

DO NOT REPLY [Bug 20167] New: - ./configure leaving ssl out if using --enable-modules=

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20167>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20167

./configure leaving ssl out if using --enable-modules=

           Summary: ./configure leaving ssl out if using --enable-modules=
           Product: Apache httpd-2.0
           Version: 2.0.45
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: mod_ssl
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: paul.tinsley@hcahealthcare.com


If I use --enable-modules and put ssl in the list like so:
./configure --with-modules="auth-ldap log-config env mime-magic expires headers 
ssl static-support static-htpasswd static-htdigest static-rotatelogs static-
logresolve http mime status autoindex info suexec cgi alias rewrite so" --
prefix=/usr/local/apache

mod_ssl.c doesn't come up in the list of modules from httpd -l

if I change that configure line to:
./configure --with-modules="auth-ldap log-config env mime-magic expires headers 
ssl static-support static-htpasswd static-htdigest static-rotatelogs static-
logresolve http mime status autoindex info suexec cgi alias rewrite so" --
prefix=/usr/local/apache --enable-ssl

It does show up after compile.  It seems that using ssl in the module list 
doesn't seem to work.  I don't know if this is a documentation issue and 
shouldn't work or a configure script error and should work.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org