Problem initializing Alut
Posted by chinanzio on Apr 06, 2011; 2:25pm
URL: https://forum.jogamp.org/Problem-initializing-Alut-tp2785194.html
Hi all, i am trying to develop an application using (among other libraries) JOAL. I have been used OpenAL in C++ and no problems whith that.
Now i am developing a java application and i have a problem when my code reaches the following line
ALut.alutInit();
The excetion i get says:
com.jogamp.openal.ALException: java.lang.UnsatisfiedLinkError: com.jogamp.common.os.UnixDynamicLinkerImpl.dlopen(Ljava/lang/String;I)J
...
The enviroment i use is:
Eclipse IDE
Oracle/Sun JDK 1.6 update 23
Ubuntu 10.04
gluegen-2.0-b20-20110302-linux-i586
joal-1.1.3-pre-20090308-linux-i586
I have installed openal and alut packages from synaptic and i am telling the VM where the shared libraries are (libjoal.so , libgluegen-rt.so)
I am missing something ...
does somebody know what is happening here ?
thans in advance