Is there any way to solve a segmentation fault?
Are there any flags or something I can change?
This is what I get from gdb:
#0 0x00752123 in context_new () from /lib/libselinux.so.1
#1 0x0013e07a in neko_init () from /home/mb/neko/mod_neko.ndll
#2 0x0807ae50 in ap_run_post_config (pconf=0x9b95550,
plog=0x9be17c0, ptemp=0x9be37c8, s=0x9bbfc98) at config.c:91
#3 0x080689b9 in main (argc=163132744, argv=0x9c7cbe8) at main.c:684
TIA /marcus
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)