> It gives me some errors: > > Compiling mod_neko2... > gcc -O3 -fPIC -c -I../../vm -I/usr/local/apache2/include > -I/usr/local/apache2/include mod_neko.c > In file included from /usr/local/apache2/include/ap_config.h:25, > from /usr/local/apache2/include/httpd.h:43, > from mod_neko.h:20, > from mod_neko.c:17:
Yes, looks like apache config was not correctly built. Try installing apache2-dev package on your system. Nicolas -- Neko : One VM to run them all (http://nekovm.org)
