BUILD : 2.2.6 bug with Oracle Berkeley DB 4.7.25
Jeff Blaine <[email protected]>
| Newsgroups | gmane.comp.sysutils.cfengine.bugs |
|---|---|
| Message-ID | <[email protected]> |
db.h defines 'ENV'
so does src/cfenvd.c
so does src/cfetool.c
Build error is:
error: 'ENV' redeclared as different kind of symbol
Changing 'ENV' in the 2 cfengine source files to a different
(unique) name works around the bug.