Skip to content

Commit a6cd2fd

Browse files
authored
.
1 parent 30e425e commit a6cd2fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/Installation/Troubleshooting/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ If you install it using other package management system (such as Conda), it migh
4848

4949

5050

51-
libstdc++.so.6: version `GLIBCXX_3.4.30' not found`
52-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
51+
libstdc++.so.VERSION version `GLIBCXX_3.4.30' not found`
52+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5353
When an error like this appear:
5454

5555
.. code-block:: bash
@@ -59,8 +59,8 @@ When an error like this appear:
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-
63-
mv libstdc++.so.VERSION_ENV. libstdc++.so.VERSION_ENV.old
62+
63+
mv libstdc++.so.VERSION. libstdc++.so.VERSION.old
6464
6565
6666

0 commit comments

Comments
 (0)