Re: Problems with mozilla ldap sdk + apache

2008-01-24 Thread Anton Bobrov
i think its best to ask this on some Apache related list. one thing to check for would be 32b app trying to load 64b module and visa versa. orribl wrote: > Hi all, > I have a problem concerning mozillas ldap sdk and apache. I compiled a > module (c-file) with the sdk and got the mod_xxx.so file.

Re: Thread-Safe question

2008-01-24 Thread Anton Bobrov
yes, see http://www.mozilla.org/directory/csdk-docs/threaded.htm Markus Moeller wrote: > Is the ldap C-SDK thread safe ? > > Thank you > Markus > ___ > dev-tech-ldap mailing list > dev-tech-ldap@lists.mozilla.org > https://lists.mozilla.org/listinfo/de

Thread-Safe question

2008-01-24 Thread Markus Moeller
Is the ldap C-SDK thread safe ? Thank you Markus ___ dev-tech-ldap mailing list dev-tech-ldap@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-ldap

Problems with mozilla ldap sdk + apache

2008-01-24 Thread orribl
Hi all, I have a problem concerning mozillas ldap sdk and apache. I compiled a module (c-file) with the sdk and got the mod_xxx.so file. Then i copied the lib-files of the sdk to the lib-directory of the apache server and the include-files of the sdk to the include-directory of the apache server.