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: [email protected] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
