#35914: subversion-perlbindings-5.12 configure fails to find Berkeley DB -------------------------------------+-------------------------------------- Reporter: mina.macports@… | Owner: dluke@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: subversion-perlbindings -------------------------------------+-------------------------------------- Comment(by mina.macports@…): No, my /opt/local/include/apr-1/apu_want.h is slightly different: {{{ #ifdef APU_WANT_DB #if APU_HAVE_DB #include <db.h> #endif #undef APU_WANT_DB #endif }}} Note it includes db.h, not db46/db.h like your copy does Also worth noting that in both my and your case, the #include of db.h (or db64.h) will only happen when BOTH these defines are enabled: APU_WANT_DB APU_HAVE_DB However, in the test C program configure ran (pasted in comment:5, it only defines APU_WANT_DB, not APU_HAVE_DB..... -- Ticket URL: <https://trac.macports.org/ticket/35914#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS