johann Sorel | 16 Nov 2011 18:05
Favicon

Re: Compile , load and unload modules


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

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_
Called from tools/install.neko line 411
Uncaught exception - Error 32512 : aborted
make: *** [libs] Erreur 1

any advice ?

johann

> -----Original Message-----
> From: ncannasse <at> motion-twin.com
> Sent: Wed, 16 Nov 2011 16:54:02 +0100
> To: neko <at> lists.motion-twin.com
> Subject: Re: [Neko] Compile , load and unload modules
> 
> Le 16/11/2011 16:07, johann Sorel a écrit :
>> 
>> Hello,
(Continue reading)

Nicolas Cannasse | 17 Nov 2011 12:10
Favicon
Gravatar

Re: Compile , load and unload modules

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

--

-- 
Neko : One VM to run them all
(http://nekovm.org)

(Continue reading)


Gmane