Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 May 2008 08:37:13 +0200
From:      Pascal Hofstee <caelian@gmail.com>
To:        gnome@FreeBSD.org
Subject:   evolution-datas-server fails configure due to Kerberos changes
Message-ID:  <20080510083713.7a510597@nebuchadnezzar>

next in thread | raw e-mail | index | archive | help
Hi,

After the recent Heimdal import (and Doug Rabson's quick fix regarding
the krb5-config script) on 8.0-CURRENT, i now noticed
evolution-dataserver fails its configure stage due to problems in its
detection of Kerberos support.

configure:28051: checking for Kerberos 5
configure:28079: cc -o conftest -O2 -pipe -march=athlon64
-fno-strict-aliasing -I/usr/local/include -I/usr/local/include/db41
-L/usr/local/lib -pthread -L/usr/lib -lkrb5 -lk5crypto -lcom_err
-lgssapi_krb5 conftest.c  >&5 /usr/bin/ld: cannot find -lk5crypto


When one looks further in config.log one notices loads of missing
hx509_* symbols. That's where i noticed that the link line above was
missing the -lhx509 that was added to "krb5-config --libs".

This leads me to believe the evolution-data-server port uses its own
home-grown Kerberos 5 configure check instead of depending on
krb5-config.

I'll happily test suggested patches.

-- 
  Pascal Hofstee



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080510083713.7a510597>