Nicolas, Daniel,

Thanks for your replies.
I think that problems with compiling were due to install.neko which has some arrays with search paths, and somehow my server tried to compile mod_neko using headers from apache2, when it shouldn't compile at all as I don't have apache 1.3.x installed. Basically, it never got to compiling mod_neko2. This I reckon is a bug in the script.

However, this didn't entirely solve my problems. pretty far from it actually. I now get segmentation faults no matter which version of apache I use. I've made sure that apache doesn't use threading so only Prefork MPM, but still no luck.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1208689776 (LWP 15812)]
0x0013c268 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/ libpthread.so.0
(gdb) bt
#0 0x0013c268 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/ libpthread.so.0

:( a whole weekend of segfaults.


On Feb 17, 2008, at 8:43 PM, Daniel Fischer wrote:

quoting Marcus Bergstrom <[EMAIL PROTECTED]>:
In file included from /usr/local/apache/include/ap_config.h:25,
                  from /usr/local/apache/include/httpd.h:43,
                  from mod_neko.h:21,
                  from mod_neko.c:17:
/usr/local/apache/include/apr.h:273: error: expected ‘=’, ‘,’, ‘;’,
‘asm’ or ‘__attribute__’ before ‘apr_off_t’

#include <unistd.h>
#include <httpd.h>

marcus,

try including <sys/types.h> instead of unistd.h. i think the error
means that off64_t isn't defined, which in my case it is in
sys/types.h...


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


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

Reply via email to