[Neko] osx and apache 1.3 error
Edwin van Rijkom
lists at screenweaver.com
Sat Sep 2 23:46:59 CEST 2006
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 ?
>
More information about the Neko
mailing list