Re: Heimdal 7.1 no success with database backend (sqlite and others)
Harald Barth <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.heimdal.general |
|---|---|
| Message-ID | <[email protected]> |
Well, not even when I unconfigure sqlite support it does not pass make check. Error message: "kadmin: No database support for /var/heimdal/heimdal" So I suspect that with # ./configure --with-libintl --with-libintl-include=/usr/local/include --with-libintl-lib=/usr/local/lib --prefix=/usr/heimdal-7.1.0-lmdb --disable-kcm --with-openssl --with-openssl-include=/usr/include --with-openssl-lib=/usr/lib --disable-otp --enable-pthread-support --with-readline=/usr/local --with-hdbdir=/var/heimdal --without-berkeley-db --enable-digest --with-ipv6 --enable-kx509 --without-openldap --enable-pk-init --without-sqlite3 --with-x --x-libraries=/usr/local/lib --x-includes=/usr/local/include --localstatedir=/var --disable-silent-rules --disable-ndbm-db --enable-mdb-db "CFLAGS=-I/usr/local/include" LDFLAGS="-L/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib -lintl" it does produce some kind of broken hdb library that will not pass make check, at least not om FreeBSD11 :-( I'll continue in the search for a configure line that actually makes something that passes make check to start with. Harald.