Skip to content

Commit 357d0db

Browse files
authored
.
1 parent 85fe97e commit 357d0db

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/Installation/Troubleshooting/index.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,28 @@ If you install it using other package management system (such as Conda), it migh
4747

4848

4949

50+
51+
libstdc++.so.6: version `GLIBCXX_3.4.30' not found`
52+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
53+
When an error like this appear:
54+
55+
.. code-block:: bash
56+
57+
libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /usr/bin/cmake)
58+
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.
60+
61+
.. code-block:: bash
62+
mv libstdc++.so.VERSION_ENV. libstdc++.so.VERSION_ENV.old
63+
64+
65+
5066
Cannot compile with Java
5167
^^^^^^^^^^^^^^^^^^^^^^^^^^
5268
69+
70+
71+
5372
::
5473
5574
Checking Java configuration...

0 commit comments

Comments
 (0)