Error while executing test on Linux

Started by speed0ver, March 28, 2007, 08:14:55

Previous topic - Next topic

speed0ver

I've got a problem. While executing command
java -cp .:res:jar/lwjgl.jar:jar/lwjgl_test.jar:jar/lwjgl_util.jar:jar/lwjgl_fmod3.jar:jar/lwjgl_devil.jar:jar/jinput.jar:
    -Djava.library.path=native/linux org.lwjgl.test.WindowCreationTest

got an error

BUG IN DYNAMIC LINKER ld.so: dynamic-link.h: 57: elf_get_dynamic_info: Assertion `! "bad dynamic tag"' failed!

The only thing is on my mind, that the version of glibc is old (I've got glibc-2.1.3). Please tell me where can I find what libraries are required for lwjgl-1.0 or maybe explain how can I resolve this problem.

Matzon

you might want to try and compile your own version - either from svn (preferred) or using the source package