libneko.dylib should be accessible. One possibility is to add its path to your LD_LIBRARY_PATH One other is to copy it into an already available library directory
I set LD_LIBRARY_PATH to /opt/neko (even if the first google result for it is "Why LD_LIBRARY_PATH is bad" ;-) but I guess Apache doesn't use it, maybe because (from cited article) "For security reasons, LD_LIBRARY_PATH is ignored at runtime for executables that have their setuid or setgid bit set."
I copied it to /opt/local/lib and it works, but then I don't need LD_LIBRARY_PATH? I don't really get this, I'm used to apt-get install :-).
Now that it's getting clearer, maybe I'll be able to make a Darwinports port file, although having to patch src/tools/ install.neko may be a problem. It would also be easier if you made minor release versions.
Cheers Alex -- Neko : One VM to run them all (http://nekovm.org)
