В Sun, 18 Mar 2012 19:17:14 +0100 Nico Zimmermann <[email protected]> пишет:
> 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. Does neko itself work? Maybe You are trying to use 32bit binaries in 64bit os? Best regards Alexander -- Neko : One VM to run them all (http://nekovm.org)
