Re: python-ldap + Apache causing errors

2008-10-04 Thread Graham Dumpleton
Arrgh, not that issue. Ie., __THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALI TY___YOU_MUST_EXEC__() I have seen this before and we got no where in working it out except that some special MacOS X framework and/or function was being used that had some restrictions on it

Re: python-ldap + Apache causing errors

2008-10-03 Thread Jashugan
On Sep 24, 5:05 pm, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > > > 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... So I tried mo

Re: python-ldap + Apache causing errors

2008-09-24 Thread Graham Dumpleton
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 LDA

Re: python-ldap + Apache causing errors

2008-09-24 Thread Jashugan
> 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 the

Re: python-ldap + Apache causing errors

2008-09-23 Thread Graham Dumpleton
On Sep 24, 4:39 am, Jashugan <[EMAIL PROTECTED]> wrote: > Hello, > > I am having a problem when using python-ldap with Apache. I added an > authentication backend based on ldapauth.py, and it works fine when > running from the Django server. However, when I use Apache I get the > following error

python-ldap + Apache causing errors

2008-09-23 Thread Jashugan
Hello, I am having a problem when using python-ldap with Apache. I added an authentication backend based on ldapauth.py, and it works fine when running from the Django server. However, when I use Apache I get the following error in the Apache error.log: child pid 2941 exit signal Bus error (10)