[haXe] Nekotools Server Not Working on Linux
Nicolas Cannasse
ncannasse at motion-twin.com
Thu Dec 6 09:48:13 CET 2007
Chris Spencer a écrit :
> I'm reading through http://haxe.org/tutos/ajax and I'm getting an
> error when I try to run the web server:
>
> $ nekotools server
> Uncaught exception - load.c(176) : Module not found : server
>
> I have the standard haxe/neko install on Linux. Why would I get this error?
This happens on some linux installation, which for some unknown reason
are strip'ing all the binaries. In your case the 'nekotools' binary have
been striped so the bytecode appended at its end has been removed.
Please reinstall and make sure that 'nekotools' size is larger than 'neko'.
Best,
Nicolas
More information about the Haxe
mailing list