Open giuseppedelnapalle opened 5 years ago
It seems like an issue that the updated libstdc++.so.6 is not added in your LD_LIBRARY_PATH
.
First, please check GLIBCXX_3.4.21
is included in the updated libstdc++.so.6 by the command posted here.
Differently, the updated libstdc++.so.6 file is in the lib64
folder where you installed the newest GCC compiler.
Then please try this solution to include the newest file to the path.
Hi,
I got an error when running the script _runFreePSI.sh and I want to get some help. The error messages were shown as "
It seems this was an issue of the gcc. The default version of gcc was 4.8.5, so I installed gcc-6.3 using rpm and created a link to gcc-6.3 with the following commands: "
However, I met the same error. Would you tell me how I can update the version of libstdc++.so.6 which freePSI would call?
Software infomaiton: OS: CentOS 7 The versions of packages and libraries have been verified to fulfil the requirement of FreePSI according to the installation instruction.
Many thanks.