Comment 158 for bug 233901

Revision history for this message
In , Jehan-procaccia (jehan-procaccia) wrote :

indeed ! you might be right .
I patched configure.in to include "MOZ_LDAP_XPCOM=1" in the browser I recompiled firefox for my FC5, unfortunatly autoconfig ldap calls are still unavailable :-(
I checked configure.in and .mozconfig and even after recompilation the about:buildconfig, none of them show the --disable-ldap !
what else am I missing ?

here's the patch i made:
[root@b008-02 SOURCES]# cat firefox-1.5-autoconfig-ldap.patch
diff -ur mozilla.orig/configure.in mozilla/configure.in
--- mozilla.orig/configure.in 2006-05-18 09:30:33.000000000 +0200
+++ mozilla/configure.in 2006-05-18 10:00:36.000000000 +0200
@@ -4094,6 +4094,7 @@
  MOZ_PHOENIX=1
  MOZ_APP_VERSION=$FIREFOX_VERSION
  MOZ_EXTENSIONS_DEFAULT=" cookie xml-rpc xmlextras pref transformiix
universalchardet webservices inspector gnomevfs auth permissions reporter"
+ MOZ_LDAP_XPCOM=1
  AC_DEFINE(MOZ_PHOENIX)
  ;;

Is there a way to check after compilation that MOZ_LDAP_XPCOM=1 has really been taken ? I tried ldd on firefox-bin to look for ldap libraries, none appears, anyway I did the same ldd on thunderbird-bin, none either , but it (ldap calls) does work on thunderbird , how can I check for sure that ldap support is included in the binary .
Thanks