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

Add workaround for GLIBCXX Error #48

Merged
merged 2 commits into from
Jan 10, 2023
Merged

Add workaround for GLIBCXX Error #48

merged 2 commits into from
Jan 10, 2023

Conversation

erikscheurer
Copy link
Contributor

Closes #44

This PR Updates the README with information on the GLIBCXX Error discussed in #44. The widely accepted solution to this problem is to delete the libstdc++.so.6 shipped with julia and link or copy the system path to the location instead.

In this PR the workaround is described in detail and my tests with Ubuntu 22.10 are also included, where I also have to preload libcurl.so.

@erikscheurer
Copy link
Contributor Author

Note that the solution of building preCICE with julias libraries is only mentioned, not explained as I did not get the compilation to work. From my tests, at least in Ubuntu 22.04, using the latest Julia Version was enough to get rid of the error.
Note that this does not hold for 22.10. Here, preloading does the trick.

Copy link
Member

@IshaanDesai IshaanDesai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍

@IshaanDesai IshaanDesai merged commit a2ee736 into develop Jan 10, 2023
@IshaanDesai IshaanDesai deleted the GLIBC-Error branch January 10, 2023 07:57
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

Successfully merging this pull request may close these issues.

Installation from local path produces linking error
2 participants