R.K. Owen wrote:
Anyways, I thought I'd try configuring the anon-CVS source --without-threads
and found that the thr_stubs.c needed a do-nothing function to satisfy
the references below ... hence the attached patch.
Thanks for the patch; however, according to our submission policy, you should post it through the ITS <http://www.openldap.org/its/> so that its processing can be tracked.
Index: libraries/libldap_r/thr_stub.c
===================================================================
RCS file: /repo/OpenLDAP/pkg/ldap/libraries/libldap_r/thr_stub.c,v
retrieving revision 1.27
diff -u -u -r1.27 thr_stub.c
--- libraries/libldap_r/thr_stub.c      3 Jan 2006 22:12:09 -0000       1.27
+++ libraries/libldap_r/thr_stub.c      26 Oct 2006 16:26:32 -0000
@@ -229,4 +229,10 @@
        return(0);
 }
+ldap_pvt_thread_t ldap_pvt_thread_pool_tid( void *vctx )
+{
+
+       return(0);
+}
+
 #endif /* NO_THREADS */

For the rest of your posting, it relates to OpenLDAP usage, not devel, so I suggest you re-post your request to <[email protected]>. In any case at a first glance it rather sounds like a misconfiguration of either slapd or of the ODBC, or of the interaction of the two.

p.



Ing. Pierangelo Masarati
OpenLDAP Core Team

SysNet s.n.c.
Via Dossi, 8 - 27100 Pavia - ITALIA
http://www.sys-net.it
------------------------------------------
Office:   +39.02.23998309
Mobile:   +39.333.4963172
Email:    [EMAIL PROTECTED]
------------------------------------------

Reply via email to