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/11/22 15:18:59 UTC

DO NOT REPLY [Bug 14769] New: - does not compile with berkley db 4.1

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

does not compile with berkley db 4.1

           Summary: does not compile with berkley db 4.1
           Product: APR
           Version: HEAD
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: APR-util
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: mizi@ua.fm


only apr-util/dbm/apr_dbm_berkeleydb.c is affected

the line
if ((dberr = (*file.bdb->open)(file.bdb, pathname, NULL,
should be changed to
if ((dberr = (*file.bdb->open)(file.bdb, NULL, pathname, NULL,

with relevant configure checks of course
they changed some functions in db 4.1. e.g. a transaction id to db->open in 
this case.

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