Luzifer Altenberg wrote: > Hallo > ok here it is. The only thing I can think of is about the following :
in vm/load.c : if( path == NULL ) path = "/usr/lib/neko:/usr/local/lib/neko:/usr/bin:/usr/local/bin"; What is possible is that some old NDLL files are loaded instead of more recent ones. This might be possible if you already have a Neko install in some of theses directories. This can work from the commandline since you have NEKOPATH defined in your shell, but maybe it's not defined when starting Apache process. Any guess ? Try to change this part to : if( path == NULL ) return val_null; > > nekotools server dont work with or without parameters. Always a bind error ? Nicolas -- Neko : One VM to run them all (http://nekovm.org)
