Subject: openldap with sasl support problem
To: None <pkgsrc-users@netbsd.org>
From: Mark Par <mrbpar@gmail.com>
List: pkgsrc-users
Date: 08/25/2006 18:09:33
hi,

i am trying to run slapd with sasl support to no avail.  the error message is:

    # /etc/rc.d/slapd start
    Starting slapd.
    /usr/pkg/libexec/slapd: Undefined PLT symbol
"ldap_pvt_sasl_mutex_new" (symnum = 399)

when i try to run it from
$PKGSRCDIR/databases/openldap-server/work/openldap-2.3.24/servers/slapd/slapd,
with the `-h' and just that, it dumps core with an error message,

    slapd: Error detected by libpthread: Invalid mutex.
    Detected by file
"/home/builds/ab/netbsd-4/src/lib/libpthread/pthread_mutex.c", line
133, function "pthread_mutex_destroy".
    See pthread(3) for information.
    Abort (core dumped)

i am using pkgsrc-current and a 200608120000Z build of netbsd-4.  and
this may be the cause of my trouble.  but still, i am wondering maybe
the error is not with netsbd-4 beta?

markp