Closed vagnerfonseca closed 6 years ago
Dear @vagnerfonseca,
It looks as though you may be setting the LD_LIBRARY_PATH
incorrectly. The path you are prepending to LD_LIBRARY_PATH
is not /usr/lib64
.
Please try
export LD_LIBRARY_PATH=/usr/lib64/:$LD_LIBRARY_PATH
Best, Steven
tn93 is using /usr/lib64/
instead it should use /usr/local/lib64/
Dear @vagnerfonseca,
Apologies, you are correct.
Do other users have executable permission to /usr/local/lib64
(e.g. can they type the command ls /usr/local/lib64/
and see that they get results?
Have you ensured that the symlink /usr/local/lib64/libstdc++.so.6
exists and that it points to the same library that /usr/local/lib64/libstdc++.so
points to?
Best, Steven
Do other users have executable permission to /usr/local/lib64 (e.g. can they type the command ls /usr/local/lib64/ and see that they get results? YES
Have you ensured that the symlink /usr/local/lib64/libstdc++.so.6 exists and that it points to the same library that /usr/local/lib64/libstdc++.so points to? YES
Hi @stevenweaver,
I fix the problem enabling scl
for all users
thank you!
I'm facing the following error with other server users.
tn93: /usr/lib64/libstdc++.so.6: version
CXXABI_1.3.8' not found (required by tn93)` but for me it worked add to the environmentbut for other users this is not working.