Hi list,
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?
What is your Apache version ? Neko is only running on Apache 1.3.X
series, it hasn't been tested on Apache2.
Nicolas
--
Neko : One VM to run them all
(http://nekovm.org)