Hi everyone,

I am trying to install mod_neko on Apache2 on my Mac (10.7.3) by adding:

LoadModule neko_module /usr/lib/neko/mod_neko2.ndll

<IfModule mod_neko.c>
        AddHandler neko-handler .n
        DirectoryIndex index.n
</IfModule>

However, when I restart the server I receive the following error message:

"Syntax error on line 31 of /Applications/MAMP/conf/apache/httpd.conf: Cannot 
load /usr/lib/neko/mod_neko2.ndll into server: 
dlopen(/usr/lib/neko/mod_neko2.ndll, 10): no suitable image found.  Did 
find:\n\t/usr/lib/neko/mod_neko2.ndll: mach-o, but wrong architecture"

Any ideas?

Greetings, Nico.
--
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to