I'm just getting started with Neko. I've been working my way through the tutorials on the site. I successfully installed Neko from the 1.2 binaries, and was able to compile and execute hello.n, as described in the first tutorial. So I know Neko is installed correctly.
I'm trying Apache to load mod_neko, but I'm having a problem. I added the following line to httpd.conf:
LoadModule neko_module modules/mod_neko.ndll
Now, when I try to restart Apache, it generates this error message:
apachectl: Configuration syntax error, will not run "restart":
Syntax error on line 195 of /etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/mod_neko.ndll into server: /etc/httpd/modules/mod_neko.ndll: undefined symbol: ap_table_get
I've confirmed that the mod_neko.ndll file is in the right place.
Any ideas?
thanks,
Adam
-- Neko : One VM to run them all (http://nekovm.org)
