Another game that doesn't run on AMD64
Fri, 06/10/2011 - 16:33 | by berserk9779
Game:
It requires Glew 32 bit to run, as it cannot find Glew normally installed and gives a "wrong ELFclass" error is symbolic link is added.


then we would need a
then we would need a pocketpc, arm, mips, sparc, whatever tag...
try something like this:
mkdir -p /tmp/glew32 && cd /tmp/glew32wget -c http://ftp.us.debian.org/debian/pool/main/g/glew/libglew1.5_1.5.4-1_i386... -O /tmp/glew32/glew32.deb
ar p glew32.deb data.tar.gz | tar zx
mv usr/lib/libGLEW.so* $YOURGAMEPATH/lib
abGEZockt
I have already got
I have already got libglew.so.1.5 installed in /usr/lib/ , I am afraid this will cause a mess with that
Also, the game seems to be looking for libglew in /usr/lib32. (I get the wrong ELFclass error after linking "ln -s /usr/lib/libGLEW.so.1.5 /usr/lib32/libGLEW.so.1.5")
because you linked the 64Bit
because you linked the 64Bit build, remove your link and try the solution from above.
abGEZockt