I found the Problem. On a 64 Bit machine it works. (This little part) on apache 2.2.3 nekovm use the wrong apr headers. it first searches always in /usr/include/apr-0 But there is the old apr headers.
One change between the booth aprs are, that apr_off is in apr-1 defined as always be 64 bit. (little bit stupid, but who asks) in apr-0 it was a long. Now the mod_neko segfault on 64 bit and 32 bit. the same way. :) blame: src/tools/install.neko line 113. Am Sat, 4 Nov 2006 19:45:13 +0100 schrieb <[EMAIL PROTECTED]> : > Hello, > > I would tryout the mod_nekovm module under apache 2.2.3. > > I use the neko CVS. > > There i found the Code: > if (strcmp(r->handler,"neko-handler)) > > It's possible that this is stupid ? > r-> handler is only a handler containing binary data. > (I output it with ap_log_error) > > > http://httpd.apache.org/dev/apidoc/apidoc_request_rec.html > says this too. > > Do i misunderstand this ? > > > Greets from > A very new user of Neko. > > White. > > PS: Sorry for the double post, the first was with a wrong email address. > > > > > -- > Neko : One VM to run them all > (http://nekovm.org) > -- Neko : One VM to run them all (http://nekovm.org)
