Re: SASL GSSAPI under Win32

2009-08-24 Thread Torsten Kurbad
Hi Michael, http://svn.kmrc.de/download/distribution/contrib/doc/Minimal-Cyrus-SASL-Win32-HowTo.txt Many thanks for this! I don't know how persistent this link will be. So do you mind if I add this as-is to python-ldap's source distribution? In the long run we can add this in file

Re: SASL GSSAPI under Win32

2009-08-23 Thread Michael Ströder
Torsten Kurbad wrote: I'd appreciate to have this in the official docs in a separate section under http://www.python-ldap.org/doc/html/installing.html#building-and-installing that would be great indeed. I had very little time this morning (the internet link of our institute was broken

Re: SASL GSSAPI under Win32

2009-08-23 Thread Michael Ströder
Waldemar Osuch wrote: My build is not static anymore. Now I put all the required *.dll(s) into site-packages\ldap directory. I also put the _ldap.pyd in there too so the extension can find them. This approach work for all the dlls except the SASL plugins. If I put the SASL plugin dlls into

Re: SASL GSSAPI under Win32

2009-08-20 Thread Torsten Kurbad
Hi Waldemar, My build is not static anymore. Now I put all the required *.dll(s) into site-packages\ldap directory. I also put the _ldap.pyd in there too so the extension can find them. This approach work for all the dlls except the SASL plugins. unfortunately, .dlls are relatively useless

Re: SASL GSSAPI under Win32

2009-08-20 Thread Torsten Kurbad
Hi Michael, I'd appreciate to have this in the official docs in a separate section under http://www.python-ldap.org/doc/html/installing.html#building-and-installing that would be great indeed. I had very little time this morning (the internet link of our institute was broken and I had to

Re: SASL GSSAPI under Win32

2009-08-19 Thread Torsten Kurbad
Hi list, I think, I'm almost there. I have a static libsasl and several static plugin libs, but when I try to link one of the plugins with _ldap.pyd, I get: e:\projects\prereq\built\cyrus-sasl\lib\sasl2\libcrammd5.a(plugin_common.o): In function `plug_ipfromstring':

Re: SASL GSSAPI under Win32

2009-08-19 Thread Michael Ströder
Torsten Kurbad wrote: I think, I'm almost there. I have a static libsasl and several static plugin libs, but when I try to link one of the plugins with _ldap.pyd, I get: e:\projects\prereq\built\cyrus-sasl\lib\sasl2\libcrammd5.a(plugin_common.o): In function `plug_ipfromstring':

Re: SASL GSSAPI under Win32

2009-08-19 Thread Waldemar Osuch
On Wed, Aug 19, 2009 at 11:25 AM, Torsten Kurbadpython-l...@tk-webart.de wrote: Hi list, But anyway, here's a new .egg for testing: http://svn.kmrc.de/download/distribution/contrib/python_ldap-2.3.9-py2.6-win32.egg Unfortunately it did not work for me either but your dedication to the

Re: SASL GSSAPI under Win32

2009-08-17 Thread Torsten Kurbad
Hi Michael, thanks for testing the new .egg so quickly. Unfortunately it does not seem to work: That's really unfortunate. I'll try now to dig into the configure scripts of Cyrus-SASL to get rid of most of the dependencies (as the Mozilla guys did with the NTMakefile). Then it should be

Re: SASL GSSAPI under Win32

2009-08-17 Thread Torsten Kurbad
I'll try now to dig into the configure scripts of Cyrus-SASL to get rid of most of the dependencies (as the Mozilla guys did with the NTMakefile). Then it should be possible to do a real static build of library and plugins using MinGW. I think, I'm almost there. I have a static libsasl and