If you know how to build OpenLDAP manually, and would like to participate in testing the next set of code for the 2.4.30 release, please do so.
Generally, get the code for RE24:
Configure & build.
Execute the test suite (via make test) after it is built.
Thanks, Quanah
--
Quanah Gibson-Mount Sr. Member of Technical Staff Zimbra, Inc A Division of VMware, Inc. -------------------- Zimbra :: the leader in open source messaging and collaboration
Quanah Gibson-Mount wrote:
If you know how to build OpenLDAP manually, and would like to participate in testing the next set of code for the 2.4.30 release, please do so.
No problems with a simple "make test" on openSUSE 11.4 x86_64.
But any tests which should be run with -l 100?
Ciao, Michael.
If you know how to build OpenLDAP manually, and would like to participate in testing the next set of code for the 2.4.30 release, please do so.
Fedora 17 and 18 builds can be found in my testing repo: http://repos.fedorapeople.org/repos/jvcelak/openldap/
(Not sure if I manage to get 2.4.30 into F17 because we are already after Alpha release.)
On Fri, 24 Feb 2012, Quanah Gibson-Mount wrote:
If you know how to build OpenLDAP manually, and would like to participate in testing the next set of code for the 2.4.30 release, please do so.
Missing a couple thread stub functions. Add them back in (below), and I'm OK on:
Solaris 9 sparcv7/sparcv9 Fedora 16 x86_64 Fedora 16 x86_64 --without-threads
[PATCH] Add thread pool stub functions
--- libraries/libldap_r/thr_stub.c | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/libraries/libldap_r/thr_stub.c b/libraries/libldap_r/thr_stub.c index 402abc3..00c1cb4 100644 --- a/libraries/libldap_r/thr_stub.c +++ b/libraries/libldap_r/thr_stub.c @@ -202,6 +202,16 @@ ldap_pvt_thread_pool_destroy ( return(0); }
+void ldap_pvt_thread_pool_idle( ldap_pvt_thread_pool_t *tpool ) +{ + return; +} + +void ldap_pvt_thread_pool_unidle( ldap_pvt_thread_pool_t *tpool ) +{ + return; +} + int ldap_pvt_thread_pool_getkey ( void *ctx, void *key, void **data, ldap_pvt_thread_pool_keyfree_t **kfree ) {
--On Monday, February 27, 2012 10:34 PM -0500 Aaron Richton richton@nbcs.rutgers.edu wrote:
On Fri, 24 Feb 2012, Quanah Gibson-Mount wrote:
If you know how to build OpenLDAP manually, and would like to participate in testing the next set of code for the 2.4.30 release, please do so.
Missing a couple thread stub functions. Add them back in (below), and I'm OK on:
Solaris 9 sparcv7/sparcv9 Fedora 16 x86_64 Fedora 16 x86_64 --without-threads
Please file an ITS for this, thanks.
--Quanah
--
Quanah Gibson-Mount Sr. Member of Technical Staff Zimbra, Inc A Division of VMware, Inc. -------------------- Zimbra :: the leader in open source messaging and collaboration
Quanah Gibson-Mount wrote:
--On Monday, February 27, 2012 10:34 PM -0500 Aaron Richton richton@nbcs.rutgers.edu wrote:
On Fri, 24 Feb 2012, Quanah Gibson-Mount wrote:
If you know how to build OpenLDAP manually, and would like to participate in testing the next set of code for the 2.4.30 release, please do so.
Missing a couple thread stub functions. Add them back in (below), and I'm OK on:
Solaris 9 sparcv7/sparcv9 Fedora 16 x86_64 Fedora 16 x86_64 --without-threads
Please file an ITS for this, thanks.
Never mind, I've added these as part of the ITS#7115 commit that introduced those two functions.
Thanks for the report, Aaron.
--Quanah
--
Quanah Gibson-Mount Sr. Member of Technical Staff Zimbra, Inc A Division of VMware, Inc.
Zimbra :: the leader in open source messaging and collaboration