On Sat, 24 Dec 2011 13:36:23 -0800 Nathan Coulson <[email protected]> wrote:
> I was wondering if xulrunner still has the option to enable ldap support. > > grep ldap on the configure script gives no response, and grep -R does > not give me what I consider promising results. > > I was attempting to link libreoffice to my system installed xulrunner, > but it wants xulrunner to have ldap support. I get the feeling that I > will not be able to do this. > It may work if you use Thunderbird instead of xulrunner. If you configure Thunderbird with ac_add_options --prefix=/usr in your mozconfig and then run make -f client.mk make -C thunderbuild install It will install similar sdk-devel files to xulrunner but the difference is that Thunderbird's configure script does accept --enable-ldap (it seems to be the default). Andy -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
