Hi all,
I am having some issues with neko-1.8.2-osx.
First approach: I was using this command
nekotools server -p 2000 -h localhost -d $DIR -rewrite
but making requests results in this error.
Starting Neko Server on localhost:2000
Called from tools/Tools.nml line 40
Called from core/Args.nml line 50
Called from tools/Tools.nml line 31
Called from core/Net.nml line 96
Called from core/Array.nml line 100
Called from core/Net.nml line 102
Called from tools/WebServer.nml line 582
Called from tools/WebServer.nml line 583
Called from tools/WebServer.nml line 539
Called from tools/WebServer.nml line 178
Called from core/Lexer.nml line 219
Called from tools/WebServer.nml line 108
Second approach:
I tried to setup mod_neko with apache2 on OS X -
The resulting error is:
httpd: Syntax error on line 118 of /opt/local/apache2/conf/httpd.conf:
Cannot load /Users/a/dev/bin/neko-1.8.2-osx/mod_neko2.ndll into server:
dlopen(/Users/a/dev/bin/neko-1.8.2-osx/mod_neko2.ndll, 10): no suitable
image found. Did
find:\n\t/Users/a/dev/bin/neko-1.8.2-osx/mod_neko2.ndll: mach-o, but
wrong architecture
I googled and found this:
http://comments.gmane.org/gmane.comp.lang.neko.general/2478
Unfortunately the resolution was not clear.
I am fairly certain that macports apache2 is 64 bit, so I don't think I
need 32 bit binaries of mod_neko (?)
I would like to be able to have both mod_neko and nekotools server
working on OS X,
any help on getting either one to work would be appreciated :-)
Thanks,
Alex
--
Neko : One VM to run them all
(http://nekovm.org)