Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

evolution-data-server: You specified with krb5, but it was not found.

2 views
Skip to first unread message

kenorb

unread,
Nov 30, 2010, 12:10:22 PM11/30/10
to
Recent evolution-data-server is broken.

> cd /usr/ports/databases/evolution-data-server
> sudo make
===> Configuring for evolution-data-server-2.32.1
...
configure:16054: checking for Kerberos 5
configure:16085: cc -o conftest -pipe -march=nocona -ggdb3 -
DLDAP_DEPRECATED -I/usr/local/include -I/usr/local/include/db41 -L/
usr/local/lib -pthread conftest.c -L/usr/lib -lkrb5 -lk5crypto -
lcom_err -lgssapi_krb5 >&5
/usr/bin/ld: cannot find -lk5crypto
configure:16085: $? = 1
...
checking for Kerberos 5... configure: error: You specified with krb5,
but it was not found.
===> Script "configure" failed unexpectedly.
*** Error code 1

Stop in /usr/ports/databases/evolution-data-server.
*** Error code 1

Stop in /usr/ports/databases/evolution-data-server.

Workaround from here: http://lists.freebsd.org/pipermail/freebsd-gnome/2010-May/024217.html
doesn't work.

What's the solution and how to fix the port?

kenorb

unread,
Nov 30, 2010, 12:16:36 PM11/30/10
to
Workaround:
$ sudo portinstall krb5

FIX:
Please FIX the proper dependency into that port.

Learn more:
$ portsearch -b libk5crypto.so.3
Port: krb5-1.8.3
Path: /usr/ports/security/krb5
Info: An authentication system developed at MIT, successor to Kerberos
IV
$ grep libk5crypto /usr/ports/security/krb5/pkg-plist
lib/libk5crypto.so
lib/libk5crypto.so.3

0 new messages