LWJGL Forum

Programming => LWJGL Documentation => Topic started by: speed0ver on March 28, 2007, 08:14:55

Title: Error while executing test on Linux
Post by: speed0ver on March 28, 2007, 08:14:55
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.
Title: Re: Error while executing test on Linux
Post by: Matzon on March 28, 2007, 12:47:12
you might want to try and compile your own version - either from svn (preferred) or using the source package