Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when using query_fdsn_stdb #40

Open
LevCarlo opened this issue May 17, 2023 · 0 comments
Open

Error when using query_fdsn_stdb #40

LevCarlo opened this issue May 17, 2023 · 0 comments

Comments

@LevCarlo
Copy link

Hi, developers, thanks for your excellent work and provding such a powerful tools!
Recently I am learning how to request and process obs seismic data using the OBStools, I encountered the same problem in two environments (one is the local server, another is the supercomputer cluster. Both are Linux system) when using query_fdsn_stdb to create the StDb Database.
ImportError: /lib64/libstdc++.so.6: version 'CXXABI_1.3.8' not found
I solved this problem by adding the following content to the ~/.bashrc file, which utilizes the libstdc++.so.6 in the conda environment.
export LD_PRELOAD=/xxx/software/anaconda3/envs/obseis/lib/libstdc++.so.6
I would like to ask if there is any other solution, especially for non-root users.
Hope you can reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant