On 08/31/2010 03:06 AM, Tiana RAZAFINDRALAMBO wrote:

Hi list,
i've got some problems using neko

neko: error while loading shared libraries: libneko.so: wrong ELF class: ELFCLASS32

i followed this tutorial to install neko

http://haxe.org/doc/build/neko_linux


I changed the env. path
export LD_LIBRARY_PATH=/usr/lib/neko

Then when i use neko , terminal displays

neko: error while loading shared libraries: libneko.so: wrong ELF class: ELFCLASS32

I tried to install
sudo apt-get install ia32-libs

 but i still have the same error. :(

--
RAZAFINDRALAMBO Tiana


I would suggest editing the Makefile to change this line:

# For 64 bit
#
# CFLAGS += -D_64BITS

to

CFLAGS += -D_64BITS


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

Reply via email to