hi I've already spent hours so far and to be honest I feel that my patience comes to an end...
what I've done in the meantime: - I think the problem with the initial error report was, that I tried to run neko on apache 2.0.x - I've started with a fresh ubuntu dapper vmware-image and installed apache 2.2.8 the error I have now is: "Uncaught exception - load.c(176) " I know - there are other threads about this same error, like http://lists.motion-twin.com/pipermail/haxe/2007-July/010255.html but I certainly don't wanna change any stuff in the neko sources... please help regards ben > > > > > On Jan 23, 2008 11:35 AM, Michael Pliskin <[EMAIL PROTECTED]> wrote: > > Hello ben, > > > > what does you syslog say? Apache should report precisely what went > > wrong... > > > > Mike > > > > b> hi > > >>From what I've seen that are already plenty of of messages regarding > > b> mod_neko and apache2. Unfortunately all these message doesn't help me > > b> on my attempt to run neko on apache. I appreciate any hint or idea > > b> about what could be wrong here: > > > > b> Environment: > > b> - ubuntu dapper (2.6.15-26-server) > > b> - Apache/2.0.55 (Ubuntu) > > b> - Neko 1.6.0 Linux (compiled from source) > > > > b> What I did: > > b> - followed exactly the steps on http://nekovm.org/doc/mod_neko: > > b> --- thus my "/etc/apache2/httpd.conf" looks like: > > b> ... > > b> LoadModule neko_module /usr/local/neko/mod_neko2.ndll > > b> AddModule mod_neko.c > > b> AddHandler neko-handler .n > > b> ... > > > > b> --- and my "/etc/apache2/apache2.conf" looks like: > > b> ... > > b> DirectoryIndex index.html index.cgi index.pl index.php index.xhtml > > index.n > > b> ... > > > > b> --- the sources are compiled > > b> ~$ ls /usr/local/neko/ > > b> libneko.so mysql.ndll nekoc nekotools release.neko > > b> std.ndll zlib.ndll > > b> mod_neko2.ndll neko nekoml regexp.ndll sqlite.ndll test.n > > > > b> The error: > > b> ~$ /etc/init.d/apache2 restart > > b> * Forcing reload of apache 2.0 web server... > > b> ...fail! > > > > b> The error only shows up with the line "LoadModule neko_module > > b> /usr/local/neko/mod_neko2.ndll" > > > > b> Again - I know that similar problems had been discussed already > > b> several times. But I'm somekind at the end with my ideas. And I > > b> *really really* would like to see neko run on my server :-) > > > > b> regards > > b> ben > > > > > > > > > > -- > > Best regards, > > Michael mailto:[EMAIL PROTECTED] > > > > > -- Neko : One VM to run them all (http://nekovm.org)
