> LoadModule neko_module modules/mod_neko2.ndll > AddHandler neko-handler .n > > It returns this error > > /usr/local/apache2/bin/apachectl start > httpd: Syntax error on line 55 of /usr/local/apache2/conf/httpd.conf: API > module structure `neko_module' in file > /usr/local/apache2/modules/mod_neko2.ndll is garbled - perhaps this is not > an Apache module DSO? > > mod_neko.ndll files are in the specified directory, Apache works, the > version is 2.2.4. > > What must I do?
Uhm, looks like I recompiled mod_neko with Apache 2.0.x and that there was header changes between 2.0.x and 2.2.4... Try getting the mod_neko2.ndll from Neko 1.5.0 (http://nekovm.org/_media/neko-1.5-linux.tar.gz) Nicolas -- Neko : One VM to run them all (http://nekovm.org)
