[Neko] Compile , load and unload modules

Nicolas Cannasse ncannasse at motion-twin.com
Thu Nov 17 12:10:47 CET 2011


Le 16/11/2011 18:05, johann Sorel a écrit :
>
> Hi again,
>
> the nekoml does not seems to be install properly on my system, trying to use it result in :
> /nekoml: error while loading shared libraries: libneko.so: wrong ELF class: ELFCLASS64

Seems strange
Looks like your nekoml binary is compiled in 32Bit and is trying to load 
libneko which is 64Bit (I guess).

> the version is 1.8.1-6ubuntu1 installed using apt-get.
> os : lubuntu 11.10 x64
>
>
> I also tryed to compile the nekovm thinking it might be a bug since it's not the last version but also encounter an error :
> ../bin/neko nekoml -nostd neko/Main.nml nekoml/Main.nml core/*.nml -pack ../bin/nekoml.std
> ../bin/neko: symbol lookup error: ../bin/zlib.ndll: undefined symbol: deflateInit_

Seems like you don't have libz installed ?
Any warnings when you are compiling zlib.ndll ?

Best,
Nicolas



More information about the Neko mailing list