On 2008-08-14, Ross Tucker <[EMAIL PROTECTED]> wrote: > I am trying to set my new OpenBSD 4.3 installation up as a PDC for a > windows network. I am following directions from > http://www.kernel-panic.it/openbsd/pdc/pdc2.html but I cannot get > openldap-server to build from the ports, because the bdb flavor is > marked broken in 4.3! In the tutorial, he just continues on without > explaining what to do. What ought I do to get openldap-server to > build?
Don't use the bdb flavor. Just set PKG_PATH appropriately as per FAQ15.2.2 and "pkg_add openldap-server" for the normal LDBM version. I don't see much point for what you want in building your own package from the port, you might as well use the ones that are already built. Berkeley(/Sleepycat/Oracle) DB broke the API mid-release-cycle (4.6.3 or something, earlier 4.6.x were OK), OpenLDAP added support for the new version to 2.4 _only_, not 2.3 (which was until recently the release they deemed stable).

