Hello Jens, JPS> Really? I can only find one source package, namely neko-1.4.tar.gz, JPS> and it does not seem to have a way to configure for different versions JPS> of apache, or did I miss something?
At least there are two MS Visual Studio projects - mod_neko.vcproj and mod_neko2.vcproj - and their configuration settings are different. I think Linux makefile chooses which version to compile depending on the headers it finds (but maybe I'm wrong in that, Nicolas knows better I believe). BTW maybe this only works for the latest SVN sources.. But not sure about that. JPS> I am making a Debian package, but I have run into problems. I can JPS> compile everything, and put it in the following places: JPS> /usr/lib/neko/libneko.so JPS> /usr/lib/neko/mod_neko.ndll JPS> /usr/lib/neko/mysql.ndll JPS> /usr/lib/neko/neko JPS> /usr/lib/neko/nekoc JPS> /usr/lib/neko/nekoml JPS> /usr/lib/neko/nekotools JPS> /usr/lib/neko/regexp.ndll JPS> /usr/lib/neko/sqlite.ndll JPS> /usr/lib/neko/std.ndll JPS> /usr/lib/neko/test.n JPS> /usr/lib/neko/zlib.ndll JPS> And made three wrappers JPS> /usr/bin/neko JPS> /usr/bin/nekoc JPS> /usr/bin/nekotools JPS> which looks like JPS> #!/bin/sh JPS> LD_LIBRARY_PATH=/usr/lib/neko JPS> export LD_LIBRARY_PATH JPS> /usr/lib/neko/neko $* JPS> This enables me to run JPS> $ neko /usr/lib/neko/test.n JPS> The virtual machine is working ! JPS> Calling a function inside std library... JPS> Test successful JPS> however JPS> $ nekoc JPS> Uncaught exception - [EMAIL PROTECTED] JPS> So it seems nekoc cannot find the stdlib. It does not help to do: JPS> $ NEKOPATH=/usr/lib/neko:/usr/lib/neko nekoc JPS> Uncaught exception - [EMAIL PROTECTED] JPS> What do you do when you install neko? I've just compiled and put stuff into /usr/lib/neko in a similar way. About your [EMAIL PROTECTED] exception... Have you tried running nekoc from build folder? Also try the latest SVN sources - I believe smth like that has been fixed... -- Best regards, Michael mailto:[EMAIL PROTECTED] -- Neko : One VM to run them all (http://nekovm.org)
