On Sep 25, 12:30 am, Jashugan <[EMAIL PROTECTED]> wrote:
> > 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?

Yes, that assumption is correct. Given that mod_python and mod_fastcgi
can equally be as painful as the other, then no harm in changing. If
using mod_wsgi I would have perhaps suggested persisting with finding
the problem. ;-)

Graham
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to