You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Installation/Troubleshooting/index.rst
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,11 +54,12 @@ When an error like this appear:
54
54
55
55
.. code-block:: bash
56
56
57
-
libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /usr/bin/cmake)
57
+
libstdc++.so.6: version GLIBCXX_3.4.30 not found (required by /usr/bin/cmake)
58
58
59
59
It is because the version of libstdc++.so.6 found is older than the one of the system. This usually happens when the library is recently installed in the Scipion environment. The best way to resolve this issue is to rename that file to allow the correct version to be found in the system.
0 commit comments