Hi all,

I want just notice that, current CVS buld of NekoVM is broken. There are 2
failures:

1. Fail to build zlib.ndll:

(cd src; LD_LIBRARY_PATH=../bin: NEKOPATH=../boot:../bin ../bin/neko nekoml
-v neko/Main.nml nekoml/Main.nml)
Called from core/Zip.nml line 34
Uncaught exception - load.c(223) : Failed to load library : zlib.ndll
(zlib.ndll: cannot open shared object file: No such file or directory)
make: *** [compiler]

2. Build stops with error at builing mod_neko module for Apache 1.3 in case
when newer (2.0, 2.2) version of Apache is installed instead of 1.3.


To solve 1st issue you have to copy an existing zlib.ndll to ./bin/
directory.
To solve 2nd - edit ./src/tools/install.neko and remove mod_neko from libs
list (look for LIBS DATAS comment in install.neko file)

-- 

BR,
Vitali Falileev
http://insideable.com
ICQ: 75008864
-- 
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to