I have been trying to get jogl to work on this opteron for almost a week now, and my head is about to explode
I went to https://jogl.dev.java.net/ and downloaded: (from the bottom right nightly builds)
jogl.jar
jogl-natives-linux-i586.jar
To try the 32 bit version first, just to see if it works. I open eclipse, add the jar file to my build path. I then unjar the natives into a directory, which I point to with the clipse ‘native directory’ option under jogl.jar.
I get the following error when I try and run any example from the jogl-demos-src.zip file:
libjogl_drihack.so: cannot open shared object file: No such file or directory
The trouble is, the older build of the amd64 natives doesnt even come with a drihack.so file, so I cant even try that. I used the older amd64 build they have under their downloads section and they werent included, so I get no results. This process worked fine on my turion laptop running xp, using the windows dlls, but for some reason I simply cannot get this to work under linux. Am I doing anything wrong? Please… help.