krb5 missing dependency

Gareth de Vaux bsd at lordcow.org
Mon Dec 10 15:37:08 UTC 2012


Hi all, krb5 seems to require the openssl port but doesn't pull
it in at build:

# /usr/local/sbin/kdb5_util create -r XXX -s
/usr/local/lib/libgssrpc.so: Undefined symbol "gss_mech_krb5"


/usr/ports/security/krb5/Makefile:
WITH_OPENSSL_PORT=      yes


# pkg_info -r krb5-1.10.3_1
Information for krb5-1.10.3_1:

Depends on:
Dependency: libiconv-1.14
Dependency: gettext-0.18.1.1


# uname -a
FreeBSD XXX 9.0-STABLE FreeBSD 9.0-STABLE #0: Wed Feb 15 18:04:55 SAST 2012     root at XXX:/usr/obj/usr/src/sys/GENERIC  i386



If I install the openssl port manually and rebuild krb5 then all is fine:

# pkg_info -r krb5-1.10.3_1
Information for krb5-1.10.3_1:

Depends on:
Dependency: openssl-1.0.1_4
Dependency: libiconv-1.14
Dependency: gettext-0.18.1.1


More information about the freebsd-ports mailing list