Skip to content

Commit 30e425e

Browse files
authored
.
1 parent 357d0db commit 30e425e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/Installation/Troubleshooting/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,12 @@ When an error like this appear:
5454

5555
.. code-block:: bash
5656
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)
5858
5959
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.
6060

6161
.. code-block:: bash
62+
6263
mv libstdc++.so.VERSION_ENV. libstdc++.so.VERSION_ENV.old
6364
6465

0 commit comments

Comments
 (0)