> 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.
So if you change the order of directories in install.neko by having apr-1 first, does it fixes the problem ? Nicolas -- Neko : One VM to run them all (http://nekovm.org)
