Installing or running SAMSON on Ubuntu 17.04 and later versions
-
Please, post the output of the following command:
glxinfo | grep OpenGL -
I'm getting following
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Haswell Desktop
OpenGL core profile version string: 3.3 (Core Profile) Mesa 17.2.8
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 17.2.8
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 17.2.8
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
OpenGL ES profile extensions: -
Could you please run the following command in the terminal and post it here:
locate libOpenGL.soIf you see in the result, for example,
/usr/lib/x86_64-linux-gnu/libOpenGL.sobut nolibOpenGL.so.0, you will need to create a symlink. -
Does the command
locate libOpenGL.soshow youlibOpenGL.soor not?
The symlink can be created in the terminal as follows:ln -s target linkname -
After giving command 'locate libOpenGL.so' i'm not getting any output.
-
Could you, please, double-check whether
libgl1-mesa-devis installed:sudo apt-get install build-essential mesa-utils libgl1-mesa-devPlease, check the troubleshooting section of the SAMSON Installation guide.
You can do a symlink to thelibQt5OpenGL.soshipped together with SAMSON:ln -s $HOME/NANO-D/SAMSON/0.7.0/Binaries/SAMSONQtLibs/libQt5OpenGL.so $HOME/NANO-D/SAMSON/0.7.0/Binaries/SAMSONQtLibs/libOpenGL.so.0or you can install
compizand create symlink to its OpenGL:sudo apt-get install compiz-dev sudo ln -s /usr/lib/x86_64-linux-gnu/compiz/libopengl.so $HOME/NANO-D/SAMSON/0.7.0/Binaries/SAMSONQtLibs/libOpenGL.so.0
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login