|
From: Michael <mi...@st...> - 2002-01-07 16:41:35
|
Manuel Tilp wrote: > > I try to build 1.10alpha3, but i get a lot of warnings like this > one: > "/python-ldap-1.10alpha3/Modules/./template.c:143: warning: > function declaration isn't a prototype" > ( in template.c and linkedlist.c, configure seems to work fine ). > > I also tried CVS200201041716, but when doing "python2.1 setup.py > install" gcc fails to compile > constants.c after dozens of > 'LDAP_XYZ' undeclared (first use in this function) > error-messages. You need OpenLDAP libs 2.0.13+ for this snapshot. You also need to use --with-tls when compiling the OpenLDAP 2 libs. > Everything worked fine on a Linuxbox, but that doesn't help me.. Which version of the OpenLDAP libs do you have on your Linux and your SunOS box? Compiling against the LDAP libs shipped with SunOS very likely doesn't work (at least with recent snapshot). Ciao, Michael. |