> The problem is most like because some other Apache module, eg. PHP or > mod_auth_ldap, is loading an incompatible version/variant of LDAP > client libraries before the Python ldap module does. > > Thus, check what versions of LDAP client libraries Python ldap module > is compiled against and then also look at what PHP or other Apache > modules are using. > > To really get to the problem, you may need to start up Apache in > single process mode and run it in a debugger. For details see: > > http://code.google.com/p/modwsgi/wiki/DebuggingTechniques#Debugging_C...
This seems a bit daunting, especially if there may be an alternative solution. For example if I switched to FCGI, this issue should be resolved, since there wouldn't be any conflicts between other Apache modules. Am I right in this assumption? > BTW, you don't say whether you are using mod_python or mod_wsgi. mod_python --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---