From: Max G. <gi...@li...> - 1999-12-28 21:30:48
|
Billy Mahoney wrote: > 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. (cut) > 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 Are you sure you have newest Mesa libraries (3.0+)? Mesa numbering is now at 3.1 so how these libs has numbers 3.7 and 1.2? No matter, if you want libMesa* file names you should issue below commands being in /usr/lib directory: ln -s libGL.so.1.2.0 libMesaGL.so.3 ln -s libGLU.so.1.2.0 libMesaGLU.so.3 Hope that helps. Max -- --- Max Gilead (gi...@li...) --- http://3d.linart.krakow.pl/OfficinaArtificialis --- http://fictor.sourceforge.net {EOF} |