cygwin and python-ldap
Michael Ströder
michael at stroeder.com
Tue Feb 12 15:21:56 CET 2002
Tony Goodwin wrote:
>
> Thanks Jason,
> Reorder of ldap and lber libs in setup.cfg worked
I've checked in a new setup.cfg with reordered line libs and two
different examples. Please comment.
Please check it out from CVS.
Ciao, Michael.
--------------------------- snip ---------------------------
# Section for compiling the C extension module
# for wrapping OpenLDAP 2 libs
[_ldap]
class = OpenLDAP2
library_dirs = /usr/local/openldap2/lib
include_dirs = /usr/local/openldap2/include
# Standard build
libs = ldap lber
# Some Linux systems might need explicitly linking with -lresolv
#libs = ldap lber resolv
# For building with cygwin
#libs = ldap lber ssl crypto
--------------------------- snip ---------------------------
More information about the python-ldap
mailing list