Atom topic feed | site map | contact | login | Protection des données personnelles | Powered by FluxBB | réalisation artaban
You are not logged in.
Pages: 1
hello friends, i even tried to install salome meca 2020 in my xubunut 22.04
appartently it worked well, but when i tried to start geometry module it crashed and error message i get is:
OpenGI_Windows:CreateWindow:glxCreateContext failed
I searched on net and i followed a suggestion, typing on terminal:
- cd /home/myself/installation_directory/salome/V2020.0.1_universal_universal/prerequisites/debianForSalome/lib
- rm libstdc++.so.6.0.22
- ln -s /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22 libstdc++.so.6.0.22
and now Salome it doesn't work anymore -.-
Any ideas?
Offline
Probably there is no /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22 in Ubuntu 22.04?
You can check what version is in your installation with command
ls /usr/lib/x86_64-linux-gnu | grep libstdc++.so
Offline
After installation of S_M 2020.1 I have:
lrwxrwxrwx 1 krzysztof krzysztof 19 sty 22 2021 libstdc++.so -> libstdc++.so.6.0.22
lrwxrwxrwx 1 krzysztof krzysztof 19 sty 22 2021 libstdc++.so.6 -> libstdc++.so.6.0.22
lrwxrwxrwx 1 krzysztof krzysztof 19 sty 22 2021 libstdc++.so.6.0 -> libstdc++.so.6.0.22
there's libstdc++.so.6.0.30 present on the system
after changing symlinks I have:
lrwxrwxrwx 1 krzysztof krzysztof 45 sty 26 12:59 libstdc++.so -> /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30
lrwxrwxrwx 1 krzysztof krzysztof 45 sty 26 12:59 libstdc++.so.6 -> /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30
lrwxrwxrwx 1 krzysztof krzysztof 45 sty 26 12:59 libstdc++.so.6.0 -> /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30
Salome stops working as in my predecessors case.
Also, what's wrong with the date? 45 January 2026??
regards,
Krzysztof
Offline
Pages: 1