Skip to content
Discussion options

You must be logged in to vote

For whom will have a similar issue like me,
Here are my solution.

I checked again many posts for GLIBCXX and found a link below.
#27377
Based on @GiudGiud comments and the link,

I modified my ~/.bashrc

# ===== Path & Library Path Configuration =====
# Executable search path (PATH)
export PATH=/opt/moose/bin:/opt/miniforge3/bin:/opt/openmpi/bin:/opt/libmesh/bin:$PATH
# Shared library search path (LD_LIBRARY_PATH)
# Prioritize gcc-toolset-13 libraries to resolve GLIBCXX errors
export LD_LIBRARY_PATH=/opt/rh/gcc-toolset-13/root/usr/lib64:/opt/rh/gcc-toolset-13/root/usr/lib:/opt/openmpi/lib:/opt/libmesh/lib:$LD_LIBRARY_PATH

# ===== Compiler & Dependency Settings =====
# Enable gcc-toolset-13…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@hokonkim
Comment options

@hokonkim
Comment options

@GiudGiud
Comment options

GiudGiud Sep 4, 2025
Collaborator

@hokonkim
Comment options

Answer selected by hokonkim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants