Hi John,
> I was wondering if anyone has been successful building
> packages for python-ldap for Mac OS X 10.6 and Python 2.6.
a bit outdated, but you might have a look at
http://svn.iwm-kmrc.de/download/distribution/contrib/python_ldap-2.3.9-py2.6-macosx-10.3-fat.egg
This .egg was built on OS
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
> D
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 t
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 usele
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':
> e:/p
> 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 a
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 possib
Hi list,
sorry for getting back to this so late, but I've been away from my
Windows development machine for a while...
> My understanding of how it is supposed to work is that _ldap.pyd
> calls into libsasl.dll first (this part works) but then libsasl.dll
> has to find and load the requested auth
Hi list,
>> Im using the 2.3.9 release I got here:
>> http://svn.kmrc.de/download/distribution/contrib/
> These are .egg files built by Torsten. Not sure what he did regarding
> Kerberos.
Sorry for my late reply.
To be honest, I did nothing regarding Kerberos. I just compiled a very
stripped d
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
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. Wal
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
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
---
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
On Thursday, January 29, 2009 at 03:44 Sidnei da Silva wrote:
>
>> Does anyone have a great idea on how to accomplish that (besides
>> giving away a zip file that has to be manually unpacked to a proper
>> location)?
> The best way really would be to build it statically. I did manage to
> do thi
Hi folks,
it's been a while since my last update, but today I built some eggs of
python-ldap 2.3.5 for Linux i686 and x86_64 and Python versions 2.4
through 2.6.
Windows and OS X versions will follow as soon as my respective
development environments are up to date and running again.
As usual, the
Hi!
>> I'd like to hear from the Python community whether support for Python
>> version prior to 2.3 is still needed in python-ldap. Please tell me
>> which Python version you're using and why it'd be important for you to
>> have python-ldap updates still supporting it.
We are solely using 2.4.4
Hi Folks,
I boiled some new eggs for you. In particular:
python_ldap-2.3.4-py2.4-linux-i686.egg
python_ldap-2.3.4-py2.4-linux-x86_64.egg
python_ldap-2.3.4-py2.4-win32.egg
python_ldap-2.3.4-py2.5-win32.egg
The Linux eggs have been built with OpenLDAP-2.3 and Cyrus-SASL support.
The Windows versio
On Saturday, March 29, 2008 at 13:25 Michael Ströder wrote:
> Released 2.3.4 2008-03-29
Wow, Michael, that was fast!
I'm gonna build new eggs for different platforms on monday and put them
on our site.
Regards,
Torsten
--
Never make anything simple and efficient when a way can be found to
make
Hi Michael,
> Released 2.3.2 2008-03-26
neat! :o)
But I ran into a problem while trying to build on my x86_64 Linux box:
Modules/constants.c: In function 'LDAPinit_constants':
Modules/constants.c:152: error: 'LDAP_OPT_DIAGNOSTIC_MESSAGE'
undeclared (first use in this function) Modules/constants
Hi Guido,
> > [...]
> > decided to wrap some functions on my own. The result is a branch of
> > Apple's PyKerberos, enriched by a kadm5 module, which provides
> > basic methods to connect to a remote kerberos admin server and
> > maintain principals. [...]
> That's great news. I also added some mo
Hi folks,
since the theme popped up here once in a while, I dare to write
something not strictly related to Python-LDAP. ;o)
Searching for a useable Python interface to KAdmin, I finally decided
to wrap some functions on my own. The result is a branch of Apple's
PyKerberos, enriched by a kadm5 mo
Hi Jonathan,
> I would love to know how you setup OpenSSL + OpenLDAP on Windows -- I
> am having trouble with OpenSSL 0.9.8g and MinGW, compiling with shared
> dlls. (Static builds fine, but OpenLDAP doesn't seem to want this).
I guess you're on your own here - I simply used the precompiled
OpenL
At Tue, 11 Dec 2007 14:45:01 +0100
Michael Ströder <[EMAIL PROTECTED]> wrote:
> Ah, ok. Interesting. Why don't you separate the krb5 module into
> another project. I guess some people might be interested in that.
ME, ME, ME!!! :o)
I tried several krb5 modules lying around in the net so far - and
Hi,
> I want to suggest another approach: there needs to be an .egg for
> python-ldap that simply includes in the .so file, statically linked,
> all of the libraries it needs - so that the OpenLDAP and OpenSSL
> libraries just come "built in" and working, and don't rely on your
> even having those
> > I had similar problems when building python-ldap on Mac OSX, where
> > openldap 2.2.x is installed by default. Simply "stealing" the 2.3
> > headers from a Linux system did the trick there.
>
> This workaround is very bad practice. You MUST NOT mix headers and
> libs from different OpenLDAP ve
On Thursday, September 13, 2007 at 23:27 Eric Carty-Fickes wrote:
> I am trying to build python-ldap (2.3.1) on a RH Linux box. I
> installed openldap (2.3.38) from source with the default settings and
> include_dirs = /home/eric/openldap-2.2.13
Hi folks,
I just finished building several eggs, for those who are interested:
* Linux i686, Python 2.4, glibc 2.6, OpenLDAP 2.3.37, OpenSSL 0.9.8e,
cyrus-SASL 2.1.22
* Mac OSX 10.3/4 PPC/Intel (fat), Python 2.4, OS X 10.4's standard
OpenLDAP, OpenSSL, cyrus-SASL
* Mac OSX 10.4 PPC, Python 2.3, O
On Wednesday, July 18, 2007 at 08:01 Michael Ströder wrote:
> Being in the role of the maintainer I'm always concerned about
> continuous support for a certain mechanism.
Understandable.
> Since .egg files are
> platform-specific the question arises:
> Who is going to provide which builds for ev
Alain Spineux wrote:
> Hi again
>
> Could you add a note about how to build an egg at the end of INSALL file ?
> To avoid to spend 10min looking for the correct syntax in the
> setuptools documentation :-)
>
The setup.py comes with a very neat option that could have saved you
lots of trouble an
Timur Izhbulatov wrote:
>
> According to [1] buildout supports the 'find-links' option which
> should solve your problem.
Yes, I actively use that option to support our local eggs... ;o)
So, not to get into some misunderstandings here: You'd like to keep the
_precompiled_ .eggs in sf.net , not ju
Timur Izhbulatov wrote:
> Don't forget that the easy_install command works perfectly with
> project download pages on sf.net. So, I don't think it is necessary to
> upload .eggs to PyPI.
The question for me is: Does zc.buildout support this method. To clearify: We
are developing projects that are
Hi Michael,
> I'd like to release 2.3.1 soon.
still one question: Do you plan to upload some .eggs to PyPI then?
I meanwhile successfully build eggs for i686-linux as well as Mac OS X 10.4 PPC
(Intel platforms should work the same way) using Py 2.3 + 2.4.
Nice to have would be an egg for the Wind
Hi folks, greetings Michael,
after a few modifications, the patch keeps full backward compatibility
to distutils and (hopefully at least ;o) works with Python 2.2 and
Windows.
Major changes:
* fallback to distutils.core, if setuptools are not available
* all additional keyword arguments to setup
On Saturday, July 14, 2007 at 16:47 Michael Ströder wrote:
>> Using a standard Linux distribution, like Gentoo,
> Hmm, all modifications to setup.py should work on Windows either.
Do you mean _native_ Win32 or rather Cygwin? Is there native OpenLDAP
support for Win32?
>> 1. If not already done so
Hi folks,
I just created a first .egg of python-ldap.
Using a standard Linux distribution, like Gentoo, this can easily be
replayed:
0. Make sure that you have a recent version of openldap, openssl and
cyrus-sasl libraries and headers installed.
1. If not already done so, follow the instructions
Hi there,
I'm currently involved in a project, using Zope3, there we would need a
proper python-ldap.egg from the Python Cheeseshop. I realized that
someone checked in some specs there
(http://www.python.org/pypi/python-ldap/2.0.11), but there's no .egg
file attached to this record - therefore my
37 matches
Mail list logo