Marcus Bergstrom a écrit : > Hi Nicolas, and thanks for your help, > > I tried what you said and I still get this: > #0 0x00752123 in context_new () from /lib/libselinux.so.1 > #1 0x0026938a in neko_init () from /home/mb/neko/mod_neko.ndll > #2 0x0807ae50 in ap_run_post_config (pconf=0x9b87550, plog=0x9bd37c0, > ptemp=0x9bd57c8, s=0x9bb1c98) at config.c:91 > #3 0x080689b9 in main (argc=163075400, argv=0x9c6ec00) at main.c:684 [...] > It must be something small like what you are saying. Is there > some other trick we can try to get rid of libselinux?
It must be loaded by Apache or one other Apache module, so not easy. Try to put ../../vm/context BEFORE mod_neko and cgi, and compile again. When doing "nm mod_neko.ndll | grep context", you should get resolved symbols, not imported ones. Good luck, Nicolas -- Neko : One VM to run them all (http://nekovm.org)
