I've build a binary windows 32 bit package using VC++ 8 Express Edition. This has been compiled with support for SASL and includes the Cyrus SASL package.
You must first download and install the Microsoft Visual C++ 2005 SP1 Redistributable Package (x86) from http://www.microsoft.com/downloads/details.aspx?familyid=200B2FD9-AE1A-4A14-984D-389C36F85647&displaylang=en The manifest files have been built into the executables, so they should know how to find msvcr80.dll at runtime. Then, download and unzip the mozldap sdk from here - ftp://ftp.mozilla.org/pub/mozilla.org/directory/c-sdk/releases/v6.0.4/ldapcsdk-6.0.3-WINNT5.2_DBG.OBJ.zip You will have to add the lib/ and bin/ directories to your PATH. In order to use SASL, you may also have to set SASL_PATH to the lib/ directory as well - both the sasl lib and the sasl plugin libs are in the lib/ directory. _______________________________________________ dev-tech-ldap mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-ldap
