It appears that this can be solved.. - by rebuilding openldap after extensive banging head against wall... redhat's openldap is compiled with a number of (default) options, including --with-sasl, --with-kerbos --with-lots of other stuff... (and hence ldd ldap.so contains about 12 entries). the below config (for openldap) appears to make libraries that php-ldap can be built with. and works... /configure --enable-slapd --enable-shell --with-module=static --with-cyrus-sasl=no --with-kerberos=no --with-threads=no --with-tls=no we have been working with ldap to provide a connection between outlook express addressbooks and the midgard database - this runs as a shell backend running a perl program (dirty hack).. anyway it means that clients can use outlook to look up address from the address book or midgard persons. regards alan Emiliano <[EMAIL PROTECTED]> said: > Alan Knowles wrote: > > > >> I see that the LDAP module adds a pthreads dependency. This has caused > >> problems in the past, although I can't find a conclusive reference on > >> the actual source of the problem. > >> > >> http://marc.theaimsgroup.com/?l=midgard-user&w=2&r=1&s=pthreads&q=b > > > > > > couldnt find any ldd 's to the pthreads library.... > > ?? still looking for ideas on this.. :) > > I'm not saying it's conclusive, but it's been a hard-to-find problem before. > > Emile > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- Technical Director Linux Center (HK) Ltd. www.hklc.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
