Re: mod_python+trac+Leopard and 'process has forked, you must exec' error log
Thomas Clement <[email protected]> Thu, 7 Jan 2010 13:24:37 +0100
| Newsgroups | gmane.comp.python.mod_python |
|---|---|
| Message-ID | <[email protected]> |
On Jan 7, 2010, at 11:57 AM, Graham Dumpleton wrote: > Prior discussion about it at: > > http://groups.google.com/group/modwsgi/browse_thread/thread/fa1ce8c9a9e45db1?tvc=2 > > Is caused by something being loaded which links to MacOS X Carbon > library. > > If not caused by PHP extension module called GD, them is something > else. I looked for libraries linking against CoreFoundation and found mod_bonjour.so. I stopped loading it and the error logs are now gone. Thanks for your help! Thomas