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

Crash on Ubuntu with libssl1.0.0 installed #7

Open
tom95 opened this issue Nov 2, 2024 · 1 comment
Open

Crash on Ubuntu with libssl1.0.0 installed #7

tom95 opened this issue Nov 2, 2024 · 1 comment

Comments

@tom95
Copy link

tom95 commented Nov 2, 2024

Executing any https fetch on an Ubuntu 22.04 with the extra package libssl1.0.0 installed causes a segfault in the SqueakSSL plugin. Notably, libssl.so symlinks to libssl.so.1.0.0. On the same system, the default libssl.so.3 exists as well.

I'm not sure to what extent libssl.1.0.0 is deprecated, I believe you have to add an extra package source to install it. So, I'm unsure if a crash may have to be expected.

apt remove libssl1.0.0 fixes the issue.

cc @jafber

@krono
Copy link
Member

krono commented Nov 2, 2024

Whats the stac trace?

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

2 participants