On Dec 10, 2007 3:05 PM, Mark Winterhalder <[EMAIL PROTECTED]> wrote: > I have a very simple helloworld.n that works fine on another apache2 > with mod_neko2, but not on my desktop (Gentoo, Apache 2.2.6, Neko from > CVS). > It works fine when run locally (i.e., as 'neko index.n'), but if run > through mod_neko2 it never finishes. There are no entries in either > the access- or the error log.
The problem was that I had a threaded version of Apache. I recompiled with USE="-threads" and now it works. Mark -- Neko : One VM to run them all (http://nekovm.org)
