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

ssh crashes in activated environment #230

Open
fkengun opened this issue Dec 5, 2024 · 0 comments
Open

ssh crashes in activated environment #230

fkengun opened this issue Dec 5, 2024 · 0 comments

Comments

@fkengun
Copy link
Contributor

fkengun commented Dec 5, 2024

Summary

Command ssh fails in an activated ChronoLog Spack environment.

Steps to reproduce

Run ssh localhost after activating ChronoLog Spack environment using spack env activate -p . in the root directory of the repo.

What is the current bug behavior?

ssh fails with an error message like OpenSSL version mismatch. Built against 30000020, you have 30100030.

What is the expected correct behavior?

ssh should work normally as usual. No error message of mismatched OpenSSL version should pop up.

Potential solution

Spack should support forcing to use existing packages from the system unless it breaks the compatibility. The root package of this issue is probably cmake which depends on curl which uses openssl. Adding proper options to configure cmake to use system's packages should fix this.

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

No branches or pull requests

1 participant