From: Michael <mi...@st...> - 2000-07-04 06:39:45
|
HI! I tried to build ldapmodule-1.9-alpha with recently released OpenLDAP 2.0alpha4 libs since OpenLDAP 2.0 can be build with SSL support. I did not succeed. gcc -fpic -DLDAP_REFERRALS -I/usr/local/openldap2/include -O2 -m486 -I/usr/include/python1.5 -I /usr/include/python1.5 -DHAVE_CONFIG_H -c ./LDAPObject.c ./LDAPObject.c: In function `Tuple_to_LDAPMod': ./LDAPObject.c:207: structure has no member named `mod_next' ./LDAPObject.c: In function `l_ldap_set_rebind_proc': ./LDAPObject.c:592: warning: passing arg 2 of `ldap_set_rebind_proc' from incompatible pointer t ype ./LDAPObject.c: In function `repr': ./LDAPObject.c:1566: dereferencing pointer to incomplete type ./LDAPObject.c:1568: dereferencing pointer to incomplete type ./LDAPObject.c:1569: dereferencing pointer to incomplete type ./LDAPObject.c:1570: dereferencing pointer to incomplete type ./LDAPObject.c:1571: dereferencing pointer to incomplete type ./LDAPObject.c:1574: dereferencing pointer to incomplete type ./LDAPObject.c:1574: dereferencing pointer to incomplete type ./LDAPObject.c:1575: dereferencing pointer to incomplete type ./LDAPObject.c:1575: dereferencing pointer to incomplete type ./LDAPObject.c:1576: dereferencing pointer to incomplete type ./LDAPObject.c:1577: dereferencing pointer to incomplete type ./LDAPObject.c:1577: dereferencing pointer to incomplete type ./LDAPObject.c:1577: dereferencing pointer to incomplete type ./LDAPObject.c:1577: dereferencing pointer to incomplete type ./LDAPObject.c:1578: dereferencing pointer to incomplete type ./LDAPObject.c:1578: dereferencing pointer to incomplete type ./LDAPObject.c:1578: dereferencing pointer to incomplete type ./LDAPObject.c:1578: dereferencing pointer to incomplete type ./LDAPObject.c:1579: dereferencing pointer to incomplete type ./LDAPObject.c:1588: dereferencing pointer to incomplete type ./LDAPObject.c:1593: dereferencing pointer to incomplete type ./LDAPObject.c: In function `getattr': ./LDAPObject.c:1609: dereferencing pointer to incomplete type ./LDAPObject.c:1611: dereferencing pointer to incomplete type ./LDAPObject.c:1613: dereferencing pointer to incomplete type ./LDAPObject.c:1615: dereferencing pointer to incomplete type ./LDAPObject.c:1617: dereferencing pointer to incomplete type ./LDAPObject.c:1619: dereferencing pointer to incomplete type ./LDAPObject.c:1620: dereferencing pointer to incomplete type ./LDAPObject.c:1625: dereferencing pointer to incomplete type ./LDAPObject.c:1626: dereferencing pointer to incomplete type ./LDAPObject.c:1631: dereferencing pointer to incomplete type ./LDAPObject.c:1633: dereferencing pointer to incomplete type ./LDAPObject.c: In function `setattr': ./LDAPObject.c:1675: dereferencing pointer to incomplete type ./LDAPObject.c:1676: dereferencing pointer to incomplete type ./LDAPObject.c:1677: dereferencing pointer to incomplete type ./LDAPObject.c:1678: dereferencing pointer to incomplete type ./LDAPObject.c:1679: dereferencing pointer to incomplete type ./LDAPObject.c:1680: dereferencing pointer to incomplete type make: *** [LDAPObject.o] Error 1 Should I checkout the CVS tree for that? In which state is the CVS tree? Ciao, Michael. |
From: David L. <dav...@cs...> - 2000-07-04 09:05:04
|
hmmm how long before openldap goes to release do you think? or do you think its stable enough to start working it into ldapmodule? i was going to suggest a 2.0 release of ldapmodule some time shortly after that (and if it works - which as you point out it doesnt :). On Tue, 4 Jul 2000, Michael Ströder typed thusly: > HI! > > I tried to build ldapmodule-1.9-alpha with recently released > OpenLDAP 2.0alpha4 libs since OpenLDAP 2.0 can be build with SSL > support. I did not succeed. > > gcc -fpic -DLDAP_REFERRALS -I/usr/local/openldap2/include -O2 -m486 > -I/usr/include/python1.5 -I > /usr/include/python1.5 -DHAVE_CONFIG_H -c ./LDAPObject.c > ./LDAPObject.c: In function `Tuple_to_LDAPMod': > ./LDAPObject.c:207: structure has no member named `mod_next' > ./LDAPObject.c: In function `l_ldap_set_rebind_proc': > ./LDAPObject.c:592: warning: passing arg 2 of `ldap_set_rebind_proc' > from incompatible pointer t > ype > ./LDAPObject.c: In function `repr': > ./LDAPObject.c:1566: dereferencing pointer to incomplete type > ./LDAPObject.c:1568: dereferencing pointer to incomplete type > ./LDAPObject.c:1569: dereferencing pointer to incomplete type > ./LDAPObject.c:1570: dereferencing pointer to incomplete type > ./LDAPObject.c:1571: dereferencing pointer to incomplete type > ./LDAPObject.c:1574: dereferencing pointer to incomplete type > ./LDAPObject.c:1574: dereferencing pointer to incomplete type > ./LDAPObject.c:1575: dereferencing pointer to incomplete type > ./LDAPObject.c:1575: dereferencing pointer to incomplete type > ./LDAPObject.c:1576: dereferencing pointer to incomplete type > ./LDAPObject.c:1577: dereferencing pointer to incomplete type > ./LDAPObject.c:1577: dereferencing pointer to incomplete type > ./LDAPObject.c:1577: dereferencing pointer to incomplete type > ./LDAPObject.c:1577: dereferencing pointer to incomplete type > ./LDAPObject.c:1578: dereferencing pointer to incomplete type > ./LDAPObject.c:1578: dereferencing pointer to incomplete type > ./LDAPObject.c:1578: dereferencing pointer to incomplete type > ./LDAPObject.c:1578: dereferencing pointer to incomplete type > ./LDAPObject.c:1579: dereferencing pointer to incomplete type > ./LDAPObject.c:1588: dereferencing pointer to incomplete type > ./LDAPObject.c:1593: dereferencing pointer to incomplete type > ./LDAPObject.c: In function `getattr': > ./LDAPObject.c:1609: dereferencing pointer to incomplete type > ./LDAPObject.c:1611: dereferencing pointer to incomplete type > ./LDAPObject.c:1613: dereferencing pointer to incomplete type > ./LDAPObject.c:1615: dereferencing pointer to incomplete type > ./LDAPObject.c:1617: dereferencing pointer to incomplete type > ./LDAPObject.c:1619: dereferencing pointer to incomplete type > ./LDAPObject.c:1620: dereferencing pointer to incomplete type > ./LDAPObject.c:1625: dereferencing pointer to incomplete type > ./LDAPObject.c:1626: dereferencing pointer to incomplete type > ./LDAPObject.c:1631: dereferencing pointer to incomplete type > ./LDAPObject.c:1633: dereferencing pointer to incomplete type > ./LDAPObject.c: In function `setattr': > ./LDAPObject.c:1675: dereferencing pointer to incomplete type > ./LDAPObject.c:1676: dereferencing pointer to incomplete type > ./LDAPObject.c:1677: dereferencing pointer to incomplete type > ./LDAPObject.c:1678: dereferencing pointer to incomplete type > ./LDAPObject.c:1679: dereferencing pointer to incomplete type > ./LDAPObject.c:1680: dereferencing pointer to incomplete type > make: *** [LDAPObject.o] Error 1 > > Should I checkout the CVS tree for that? In which state is the CVS > tree? > > Ciao, Michael. > > _______________________________________________ > Python-LDAP-dev mailing list > Pyt...@li... > http://lists.sourceforge.net/mailman/listinfo/python-ldap-dev > -- David Leonard Dav...@cs... Dept of Comp. Sci. and Elec. Engg _ Room:78-640 Ph:+61 7 336 51187 The University of Queensland |+| http://www.csee.uq.edu.au/~leonard/ QLD 4072 AUSTRALIA ~` '~ E2A24DC6446E5779D7AFC41AA04E6401 Curses! - Mojo Jojo |
From: Michael <mi...@st...> - 2000-07-04 09:38:30
|
David Leonard wrote: > > how long before openldap goes to release do you think? or do you think > its stable enough to start working it into ldapmodule? Off course, I wouldn't regard OpenLDAP 2.0 as being stable. > i was going to suggest a 2.0 release of ldapmodule some time shortly after > that (and if it works - which as you point out it doesnt :). Well, if you're going to release python-ldap 2.0 soon it does not make sense to mess around with OpenLDAP 2.0. (But I'm still very keen on getting client-side SSL support... ;-) Ciao, Michael. |