Re: [Evolution-hackers] Evolution 2.9.92 and Evolution-Data-Server 1.9.92 released (with GtkHTML 3.13.92 and Evolution-Exchange-2.9.92)



On Tue, 2007-02-27 at 14:27 +0000, William John Murray wrote:
>   I am still unable to configure this of a x86_64 FC6 machine.
> The problem is the openldap. FC6 has a
> special /usr/lib/evolution-ldap/lib
> area for ntlm-enabled ldap, just for evolution. But on 64 bit I get a
> mess. The area is now:
>    /usr/lib64/evolution-ldap/lib64
> but configure looks for /usr/lib64/evolution-ldap/lib
>   OK, I can soft-link lib64 and lib. But I still get, from 
> PKG_CONFIG_PATH=/opt/evo-2.9.92/lib/pkgconfig ./configure
> --prefix=/opt/evo-2.9.92 --with-openldap=/usr/lib64/evolution-openldap
> --with-krb5=/usr  --with-static-ldap --enable-gnome-keyring=yes
...

> and a lot more subsequent errors.
>    Can anyone suggest what I should do?

Bill,

I'm not certain this is going to solve your problem, but here's
something to try.

In the Fedora Evolution packages we have an old patch called
evolution-1.4.4-ldap-x86_64-hack.patch.  This patch predates my
maintainership.  I'm not sure where it came from or what problem it
fixes, but it sounds like it might be related to what you're seeing.

Apply the attached patch to both evolution-data-server and evolution.

Hope this helps,
Matthew Barnes
--- evolution-1.4.4/configure.ldaphack	2003-08-05 02:06:26.000000000 -0400
+++ evolution-1.4.4/configure	2003-08-05 02:06:45.000000000 -0400
@@ -12135,7 +12135,7 @@
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lldap $LDAP_LDFLAGS $LDAP_LIBS $LIBS"
+LIBS="-lldap -lresolv $LDAP_LDFLAGS $LDAP_LIBS $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"
 /* confdefs.h.  */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]