|
From: Michael <mi...@st...> - 2002-02-12 14:22:09
|
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 --------------------------- |