Heimdal 1.5.2 problem
Robert Simmons
rsimmons0 at gmail.com
Tue May 15 02:32:53 UTC 2012
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
More information about the freebsd-ports
mailing list