Rebuilding from the sources and linking with your version of Apache should do the trick then. Quoting from a previous post:

Building mod_neko.ndll for another Apache version can be done quickly (when running on an Intel Mac) like so:
<nekosources-root>$ make MACOSX=1 OSX_UNIVERSAL=1

If the installer script doesn't find your Apache install's include files automatically, point it to the right direction once the installer asks for the path.

Edwin

Fabien Champel wrote:
don't work.
i've try it on libneko.dylib and mod_neko.ndll and i get the same result.

fabien



2006/9/2, Edwin van Rijkom <[EMAIL PROTECTED]>:
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

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




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

Reply via email to