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 2002/06/18 23:32:56 UTC

DO NOT REPLY [Bug 9972] New: - Configure exits when using --enable-mods-shared=all on mod_auth_digest

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=9972>.
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=9972

Configure exits when using --enable-mods-shared=all on mod_auth_digest

           Summary: Configure exits when using --enable-mods-shared=all on
                    mod_auth_digest
           Product: Apache httpd-2.0
           Version: 2.0.39
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: jmorris@sunflower.com


Using the following configure command:

./configure --prefix=/usr/opt/apache --enable-mods-shared=all --enable-ssl --
with-ssl=/usr/opt/ssl 

yeilds this error and configure exits:

checking whether to enable mod_access... shared (all)
checking whether to enable mod_auth... shared (all)
checking whether to enable mod_auth_anon... shared (all)
checking whether to enable mod_auth_dbm... shared (all)
checking whether to enable mod_auth_digest... checking dependencies
checking whether to enable mod_auth_digest... configure: error: mod_auth_digest 
has been requested but can not be built due to prerequisite failures

It seems to be looking for a random number generator, but I can't seem to 
figure out how to get it find one.  (I do have prngd available.)


This is on a Solaris 2.6/Sparc using gcc 3.1.

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