Luzifer Altenberg wrote:
Hallo
ok I finnaly got neko compiled on OS X
(including mod_neko, mysql, regexp ..)
but it does not run ?
apache is not able to load mod_neko.ndll
localhost:~/neko/neko undo$ apachectl configtest
Syntax error on line 244 of /etc/httpd/httpd.conf:
Cannot load /usr/libexec/httpd/mod_neko.ndll into server: (reason unknown)
is there anything special I need to do ?
and where should I put the libs so mod_neko will find them ?
Luzifer
Mod_neko need to access to libneko.dylib, so you have to setup your
LD_LIBRARY_PATH so it can be found there (apache might have a different
LD_LIBRARY_PATH than your terminal...). Other libraries are found using
NEKO_PATH.
Nicolas
---
Neko : One VM to run them all