Le mar 31/12/2002 � 10:25, Calvin Liu a �crit :
> i gave the configure option --with-krb5=<my lib dir> but the configure
> result still reported "Kerberos 4/5: no/no".
> is there any option as --enable-... relate to this?
You should use --with-krb5=%{_prefix} --with-krb4=%{_prefix} where
%{_prefix} is /usr if kerberos is installed in /usr
You can also try with the attached patch (it is in Mandrake package of
Evolution since 0.13...)
--
Frederic Crozat <[EMAIL PROTECTED]>
MandrakeSoft
--- evolution-0.99.2/configure.in.krb4 Tue Nov 20 11:15:00 2001
+++ evolution-0.99.2/configure.in Tue Nov 20 11:15:13 2001
@@ -761,7 +761,7 @@
if test "$ac_cv_lib_kerberos4" != no; then
AC_DEFINE(HAVE_KRB4)
msg_krb4=yes
- if test -f "$with_krb4/include/krb.h" -o -f "$with_krb4/include/port-sockets.h"; then
+ if test -f "$with_krb4/include/krb.h" -a -f "$with_krb4/include/port-sockets.h"; then
KRB4_CFLAGS="-I$with_krb4/include"
else
KRB4_CFLAGS="-I$with_krb4/include/kerberosIV"