Hi List, Nicolas,

I am having major problems trying to get neko installed on my new server.
When compiling neko I get this:

Compiling mod_neko...
gcc -O3 -fPIC  -c -I../../vm -I/usr/local/apache/include mod_neko.c
In file included from /usr/local/apache/include/ap_config.h:25,
                 from /usr/local/apache/include/httpd.h:43,
                 from mod_neko.h:20,
                 from mod_neko.c:17:
/usr/local/apache/include/apr.h:273: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘apr_off_t’
In file included from /usr/local/apache/include/apr_file_io.h:29,
                 from /usr/local/apache/include/apr_network_io.h:26,
                 from /usr/local/apache/include/httpd.h:53,
                 from mod_neko.h:20,
                 from mod_neko.c:17:

and lots more of the same, and then:

/usr/local/apache/include/http_protocol.h:111: error: expected declaration specifiers or ‘...’ before ‘apr_off_t’ /usr/local/apache/include/http_protocol.h:203: error: expected declaration specifiers or ‘...’ before ‘apr_off_t’
mod_neko.c: In function ‘cache_find’:
mod_neko.c:79: error: ‘request_rec’ has no member named ‘filename’
mod_neko.c:82: error: ‘request_rec’ has no member named ‘finfo’
mod_neko.c: In function ‘request_base_uri’:
mod_neko.c:104: error: ‘request_rec’ has no
.
.
.
d_neko.c:238: error: ‘request_rec’ has no member named ‘handler’
mod_neko.c:238: error: ‘request_rec’ has no member named ‘handler’
Called from tools/install.neko line 347
Called from tools/install.neko line 308
Called from tools/install.neko line 152
Uncaught exception - Error 256 : aborted
make: *** [libs] Error 1



Here is my apache info:
Server version: Apache/2.2.8 (Unix)
Server built:   Feb 16 2008 11:56:52
Cpanel::Easy::Apache v3.2.0 rev3875
Server's Module Magic Number: 20051115:11
Server loaded:  APR 1.2.12, APR-Util 1.2.12
Compiled using: APR 1.2.12, APR-Util 1.2.12
Architecture:   32-bit
Server MPM:     Prefork
  threaded:     no
    forked:     yes (variable process count)

Anything that I should know? I am experimenting with different apache versions too, and 2.2.x is the only ones generating these errors. I can't get apache to work with mod_neko for 1.4 or 2.0 either, just giving me a segmentation fault in the apache error log.

Any help would be greatly appreciated. I have spent almost 2 days trying to get it to run now.

TIA,

/ mquickform



--
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to