Hallo
this does not exist in OS X.? or I cant find it?
OS X has StartUpItems the apache startupItem is unter
/System/Library/StartupItems/Apache
there is an shell script which is used to start apache
I also tried /usr/rc.common
but always
Uncaught exception - load.c(214) : Library not found : std.ndll
Called from index.neko line 1
thx Luzifer
You can set the NEKOPATH manualy in the loader before loading primitives :
$loader.path = $array("/usr/lib/neko/",null);
Nicolas
--
Neko : One VM to run them all (http://nekovm.org)