> but I still get > > jason% sudo apachectl configtest Syntax error on line > 243 of /etc/httpd/httpd.conf: > API module structure `neko_module' in file /usr/local/lib/ > mod_neko.ndll is garbled - perhaps this is not an Apache module DSO? > > when trying to install. I've built and rebuilt neko natively. > > any suggestions are most appreciated.
You maybe have both Apache 1.3 and 2.0 installed ? Try setting up the include paths in neko/src/tools/install.neko so that you are sure that mod_neko is compiled for the version of Apache you are running. Nicolas -- Neko : One VM to run them all (http://nekovm.org)
