On Sat, 2006-01-07 at 17:55 +0100, Nicolas Cannasse wrote: > 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.
I don't run OSX but my codeveloper does, and I think we found we need to use this on 10.3: env DYLD_LIBRARY_PATH=/Users/rfistman/felix/rtl:$DYLD_LIBRARY_PATH that is, LD_LIBRARY_PATH doesn't work, you need DYLD_LIBRARY_PATH .. -- John Skaller <skaller at users dot sf dot net> Felix, successor to C++: http://felix.sf.net --- Neko : One VM to run them all
