Date: Mon, 14 May 2012 22:32:52 -0400 From: Robert Simmons <rsimmons0@gmail.com> To: freebsd-ports@freebsd.org Subject: Re: Heimdal 1.5.2 problem Message-ID: <CA%2BQLa9AC_mDrBiPaYOJ_M3F%2Bq07aUV1TATJcFgxSKCr2gPOFWw@mail.gmail.com> In-Reply-To: <CA%2BQLa9CyVUmvy=NzHiP73iTTRKVqU9Eza=PPMmLZrogoUn_gAg@mail.gmail.com> References: <CA%2BQLa9ArX15Cgtyq%2B7PhhXtGGOj1dtVM4pisGfkFzVDJE7cs8A@mail.gmail.com> <4FAD492C.3060807@gmx.de> <CA%2BQLa9CyVUmvy=NzHiP73iTTRKVqU9Eza=PPMmLZrogoUn_gAg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
I've determined that there are actually two problems: configure finds the version of BDB that is built into FreeBSD: checking db.h usability... yes checking db.h presence... yes checking for db.h... yes checking db_185.h usability... yes checking db_185.h presence... yes checking for db_185.h... yes But after install, I get the following error: # /usr/local/sbin/kadmin -l kadmin> init HOME kadmin: hdb_open: hdb_open: failed initialize database /var/db/heimdal/heimdal kadmin> The other problem is when I configure the heimdal port to use BDB, none of the possible BDB versions available in the ports tree are detected by heimdal's configure: checking db5/db.h usability... no checking db5/db.h presence... no checking for db5/db.h... no checking db4/db.h usability... no checking db4/db.h presence... no checking for db4/db.h... no checking db3/db.h usability... no checking db3/db.h presence... no checking for db4/db.h... no checking db3/db.h usability... no checking db3/db.h presence... no checking for db3/db.h... no
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2BQLa9AC_mDrBiPaYOJ_M3F%2Bq07aUV1TATJcFgxSKCr2gPOFWw>