From: Torsten K. <pyt...@tk...> - 2009-07-07 14:43:41
|
Hi list, it's been a while, but I finally managed to build some fresh Python-LDAP 2.3.8 eggs. In particular: - Win32 (Statically linked to OpenLDAP 2.4.16 and OpenSSL 0.9.8k, no further DLLs necessary.) - MacOS X 10.3 through 10.5 (Statically linked to OpenLDAP 2.4.16 and dynamically bound to the Cyrus-SASL and OpenSSL libs that ship with OS X 10.5.7 - only tested on 10.5.7 Intel - testers welcome!!!) - Linux x86 and x86_64 (aka amd64) (Built on Gentoo Linux, dynamically linked to OpenLDAP 2.4.16, Cyrus-SASL 2.1.23, OpenSSL 0.9.8k, all compiled with glibc-2.10.1) All eggs are available for Python versions 2.4 through 2.6 and can be downloaded via http://svn.kmrc.de/download/distribution/contrib/ @Michael: Can you please add the '/contrib/' subdir to the download link on the webpage and replace the HTML snippet beginning with "For the .egg files to work [...]" up to "[...] from the same directory as the .egg files" by the following lines (provided you have no objections to them, of course. ;-) --- snip --- Prerequisites: <ul> <li> <b>for Linux:</b> OpenLDAP-2.4.16, OpenSSL-0.9.8k, and Cyrus-SASL-2.1.23 must be properly installed on your system. </li> <li> <b>for MacOS X:</b> The .egg files are statically linked to OpenLDAP 2.4.16, but only tested on OS X 10.5.7 Intel.<br> <b>Testers with 10.3 through 10.4 and/or PPC machines are welcome!</b> </li> <li> <b>for MS Windows:</b> The Windows eggs are statically linked to all necessary libraries and should run out of the box. </li> </ul> --- snap --- Btw.: Earlier today I sent the same mail to the list, but tried to send the snippet as an attachment. That didn't seem to work, probably due to SF list restrictions... Best regards, Torsten -- Anyone can do any amount of work provided it isn't the work he is supposed to be doing at the moment. -- Robert Benchley |
From: Torsten K. <pyt...@tk...> - 2009-07-07 15:54:20
Attachments:
2009-07-07-Python-LDAP-HTML-Snippet.html
|
Hi list, it's been a while, but I finally managed to build some fresh Python-LDAP 2.3.8 eggs. In particular: - Win32 (Statically linked to OpenLDAP 2.4.16 and OpenSSL 0.9.8k, no further DLLs necessary.) - MacOS X 10.3 through 10.5 (Statically linked to OpenLDAP 2.4.16 and dynamically bound to the Cyrus-SASL and OpenSSL libs that ship with OS X 10.5.7 - only tested on 10.5.7 Intel - testers welcome!!!) - Linux x86 and x86_64 (aka amd64) (Built on Gentoo Linux, dynamically linked to OpenLDAP 2.4.16, Cyrus-SASL 2.1.23, OpenSSL 0.9.8k, all compiled with glibc-2.10.1) All eggs are available for Python versions 2.4 through 2.6 and can be downloaded via http://svn.kmrc.de/download/distribution/contrib/ @Michael: Can you please add the '/contrib/' subdir to the download link on the webpage and replace the HTML snippet beginning with "For the .egg files to work [...]" up to "[...] from the same directory as the .egg files" by the one attached (provided you have no objections to it, of course. ;-) Best regards, Torsten -- Anyone can do any amount of work provided it isn't the work he is supposed to be doing at the moment. -- Robert Benchley |
From: Alberto L. <pl...@al...> - 2009-07-07 14:56:51
|
Torsten, That's excellent news for Windows users - the dll management was an extra chore I am glad to get rid of! :-) Congrats, Alberto On Tue, Jul 7, 2009 at 9:56 AM, Torsten Kurbad <pyt...@tk...>wrote: > Hi list, > > it's been a while, but I finally managed to build some fresh > Python-LDAP 2.3.8 eggs. In particular: > > - Win32 (Statically linked to OpenLDAP 2.4.16 and OpenSSL 0.9.8k, no > further DLLs necessary.) > - MacOS X 10.3 through 10.5 (Statically linked to OpenLDAP 2.4.16 and > dynamically bound to the Cyrus-SASL and OpenSSL libs that ship with > OS X 10.5.7 - only tested on 10.5.7 Intel - testers welcome!!!) > - Linux x86 and x86_64 (aka amd64) (Built on Gentoo Linux, dynamically > linked to OpenLDAP 2.4.16, Cyrus-SASL 2.1.23, OpenSSL 0.9.8k, all > compiled with glibc-2.10.1) > > All eggs are available for Python versions 2.4 through 2.6 and can be > downloaded via > > http://svn.kmrc.de/download/distribution/contrib/ > > @Michael: Can you please add the '/contrib/' subdir to the download > link on the webpage and replace the HTML snippet beginning with > "For the .egg files to work [...]" up to "[...] from the same directory > as the .egg files" by the following lines (provided you have no > objections to them, of course. ;-) > > --- snip --- > > Prerequisites: > > <ul> > <li> > <b>for Linux:</b> OpenLDAP-2.4.16, OpenSSL-0.9.8k, and > Cyrus-SASL-2.1.23 must be properly installed on your system. > </li> > <li> > <b>for MacOS X:</b> The .egg files are statically linked to > OpenLDAP 2.4.16, but only tested on OS X 10.5.7 Intel.<br> > <b>Testers with 10.3 through 10.4 and/or PPC machines are > welcome!</b> > </li> > <li> > <b>for MS Windows:</b> The Windows eggs are statically linked to > all necessary libraries and should run out of the box. > </li> > </ul> > > --- snap --- > > Btw.: Earlier today I sent the same mail to the list, but tried to send > the snippet as an attachment. That didn't seem to work, probably due to > SF list restrictions... > > Best regards, > Torsten > -- > Anyone can do any amount of work provided it isn't the work he is > supposed to be doing at the moment. > -- Robert Benchley > > > ------------------------------------------------------------------------------ > Enter the BlackBerry Developer Challenge > This is your chance to win up to $100,000 in prizes! For a limited time, > vendors submitting new applications to BlackBerry App World(TM) will have > the opportunity to enter the BlackBerry Developer Challenge. See full prize > details at: http://p.sf.net/sfu/blackberry > _______________________________________________ > Python-LDAP-dev mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/python-ldap-dev > |
From: Michael S. <mi...@st...> - 2009-07-07 15:02:36
|
Torsten Kurbad wrote: > @Michael: Can you please Please check http://www.python-ldap.org/download.shtml whether that's ok. Ciao, Michael. |
From: Torsten K. <pyt...@tk...> - 2009-07-07 15:08:12
|
Hi Michael, > Please check http://www.python-ldap.org/download.shtml > whether that's ok. that's excellent! Thanks for the fast reply. Torsten -- Fon: +49-7071-700240 | Fax: +49-7071-700241 | http://www.tk-webart.de The best cure for insomnia is to get a lot of sleep. -W.C. Fields |
From: Torsten K. <pyt...@tk...> - 2009-07-13 14:41:10
|
Hi list, JFI: during the weekend I had the opportunity to confirm that the statically linked Mac OS X egg for Python 2.6 works perfectly on a freshly installed OS X 10.4.11 PPC. Not even XCode is needed. Now I'm still trying to figure how to get cyrus-sasl working properly for the Win32 eggs. Waldemar already gave me some hints, but there must be a clean way to do it without building all of cyrus' dependencies (how else would the subversion folks manage to survive... ;-) Best regards Torsten -- It's more than magnificent-it's mediocre. -Samuel Goldwyn |