From: Billy M. <bi...@am...> - 1999-12-27 04:06:31
|
I've been trying to get this working since Friday with no luck. Currently, I am trying to run a 3d java application from the command line. This application works on win32 and utilizes the gl4java api. I'm porting to linux and here's where I'm at. I'm getting the following error... Sorry, can't find the library: GL4JavaJauGljJNI ...UnsatisfiedLinkError:...i386/native_threads/libGL4JavaGljJNI.so: libMesaGLU.so.3: cannot open shared object file: No such file or directory. It took me a while to get Mesa going, but finally most of the demos work and I'm satisfied it is installed correctly. When I installed Mesa, though, my library names are not libMesaGLU.so.3, they are libglut.so.3 etc. So, I don't know what to do now. When I installed Mesa, in the /usr/lib folder I have the following libraries. libglu.so.3 => libglut.so.3.7.0 libGLU.so.1 => libGLU.so.1.2.0 libGL.so.1=>lihGL.so.1.2.0 thanks for help -bm. |