hi >From what I've seen that are already plenty of of messages regarding mod_neko and apache2. Unfortunately all these message doesn't help me on my attempt to run neko on apache. I appreciate any hint or idea about what could be wrong here:
Environment: - ubuntu dapper (2.6.15-26-server) - Apache/2.0.55 (Ubuntu) - Neko 1.6.0 Linux (compiled from source) What I did: - followed exactly the steps on http://nekovm.org/doc/mod_neko: --- thus my "/etc/apache2/httpd.conf" looks like: ... LoadModule neko_module /usr/local/neko/mod_neko2.ndll AddModule mod_neko.c AddHandler neko-handler .n ... --- and my "/etc/apache2/apache2.conf" looks like: ... DirectoryIndex index.html index.cgi index.pl index.php index.xhtml index.n ... --- the sources are compiled ~$ ls /usr/local/neko/ libneko.so mysql.ndll nekoc nekotools release.neko std.ndll zlib.ndll mod_neko2.ndll neko nekoml regexp.ndll sqlite.ndll test.n The error: ~$ /etc/init.d/apache2 restart * Forcing reload of apache 2.0 web server... ...fail! The error only shows up with the line "LoadModule neko_module /usr/local/neko/mod_neko2.ndll" Again - I know that similar problems had been discussed already several times. But I'm somekind at the end with my ideas. And I *really really* would like to see neko run on my server :-) regards ben -- Neko : One VM to run them all (http://nekovm.org)
