Perhaps Apache 1.3 is having a hard time dealing with Universal libraries. You can extract your platform's version using:

$ mv mod_neko.ndll mod_neko_uni.ndll
$ lipo -extract ppc mod_neko_uni.ndll -output mod_neko.ndll

If you are on i386, replace both occurrences of ppc  by i386.

Edwin

Fabien Champel wrote:
i'm trying neko as an apache module.

i've setup apache as i've seen on this page :
http://nekovm.org/doc/mod_neko but i've got an error...

here's the apachectl configtest result :

Syntax error on line 244 of /etc/httpd/httpd.conf:
API module structure `neko_module' in file
/usr/libexec/httpd/mod_neko.ndll is garbled - perhaps this is not an
Apache module DSO?


where is the problem ?
must i compile neko myself ?



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

Reply via email to