When I tried to run a CUDA example (/ usr / local / cuda / samples /), many mistakes Appeared from missing libraries, including libGLU.so, libX11.so, libXi.so and many others. It was established there, but there was no effect of re-establishment. Of course the compilation can not continue
Some libraries where CUDA was shown alternately during installation (after manual installation after the CUDA installation ended) and I did not care about them. I have not kept any logs so I lost that information.
I also searched for symbolic links and incorrect versions of libraries, but nothing happened. After a lot of research, I found that the library is in their developer package. Therefore, I am following (yum). With libs:
- libxi-devel
- mesa-libGLU-develop
- libXmu-devel
- libx11- Devel
- Freagla-Developed
Now, it has brought a new problem with libGLU at compile time due to the installation of Mesa-libGLU-devel (I Was trying) because the terms of libGL.so are no longer, so I have NVIDIA drivers Had to be restored, from which the broken link was corrected.
After that the compilation of the works worked I got the second part of the solution
Comments
Post a Comment