Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
albertmena authored Nov 13, 2023
1 parent aad2ff0 commit 0852a0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/Installation/InstallationNotes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -379,11 +379,12 @@ To fix it there are two options:

``find /usr -name "libstdc++.so*"``

Back-up the target shared object:
Back-up the target shared object

``mv libstdc++.so.VERSION_ENV. libstdc++.so.VERSION_ENV.old``

Change the target to point on the system's

``ln -s /usr/lib.../libstdc++.so.VERSION_SYSTEM libstdc++.so.VERSION_ENV``


Expand Down

0 comments on commit 0852a0e

Please sign in to comment.