From: Brian P. <br...@pr...> - 2000-06-05 15:50:48
|
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. glXChooseVisual() is defined in libGL.so. Are you sure that VRMLView compiled/linked cleanly and that libGL.so is found by the runtime linker? (i.e. type "ldd vrmlview" and see that all libs are resolved) -Brian |