From: Simos X. <S.X...@rh...> - 2000-05-31 13:08:58
|
On Tue, 30 May 2000, [iso-8859-1] Raul Montoya Castaρeda (Accio Global) wrote: > Hello all: > > I try to install The product VRMLView in a Linux Red Hat 6.0. > > VRMLView require the library Mesa 2.0 or later. I installed the library Mesa > 3.2. > > When i install VRMLView, the script failed with the following output: > > ./vrmlview: error in loading shared libraries: ./vrmlview: undefined symbol: > glxchooseVisual. > > Can you help me? Hola! This means that the specific function "glxchooseVisual" is not available in the current set of registered shared libraries. In english, this means that you are missing a specific libGLX.x.y.so shared library from your library path. Solution A: Run 'ldconfig', then run your program. If it works, you are lucky. Solution B: Try to find the RPM that provides you with that GLX (or GL?) shared library. Then install it. Normally, the RPM for VRMLView should not be installed if the dependancies were not satisfied. Simos Xenitellis |