Hi list, hi Michael,

first of all: Michael, thanks for the new release!

Eggs for 2.3.9 are available at

        http://svn.kmrc.de/download/distribution/contrib

In addition to the information given in the section ".egg builds" on

        http://www.python-ldap.org/download.shtml

the following changes apply:

- MacOS X / Linux -> no change in prerequisites
- MacOS X fat eggs have been successfully tested on a freshly
  installed MacOS X 10.4 PPC System.
- The Windows eggs are now statically linked against libsasl2.
  To accomplish this, I used the method described at
        https://wiki.mozilla.org/LDAP_C_SDK_SASL_Windows
  to build the .DLL and then converted it into a static MinGW
  compatible lib by executing (thanks for the hint, Waldemar ;-)

        # pexports.exe -v \
                -h ../include/sasl/sasl.h libsasl.dll >libsasl.def
        # dlltool.exe --input-def libsasl.def \
                --dllname libsasl.dll --output-lib libsasl2.a -k

As always, testers are very welcome, especially for the Win32 SASL
setup!

Best regards,
Torsten
-- 
Executive ability is deciding quickly and getting somebody else to do
the work.
                -- John G. Pollard

------------------------------------------------------------------------------
_______________________________________________
Python-LDAP-dev mailing list
Python-LDAP-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/python-ldap-dev

Reply via email to