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

Can't run Atomic because of libssl.so.3 #574

Closed
joepio opened this issue Feb 2, 2023 · 1 comment
Closed

Can't run Atomic because of libssl.so.3 #574

joepio opened this issue Feb 2, 2023 · 1 comment

Comments

@joepio
Copy link
Member

joepio commented Feb 2, 2023

My CI compiled version won't run on my new server.

./atomic-server: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory

OpenSSL is installed:

openssl version
OpenSSL 1.1.1f  31 Mar 2020

But this could be a different version from the one running in the compiler, causing the issue.

Yep, seems like the CI uses OpenSSL 3 and my ubuntu VPS 1.1.1.

Manually updating openssl failed.

I really should look into ditching openssl #192

I now just made the https-init code optional, but it's not really a solution for longer.

@joepio
Copy link
Member Author

joepio commented Feb 3, 2023

Continue in #192

@joepio joepio closed this as completed Feb 3, 2023
@joepio joepio mentioned this issue Feb 4, 2023
5 tasks
joepio added a commit that referenced this issue Feb 4, 2023
Try older SSH deploy #573


#574 less strict version CI push

#574 check openssl version
joepio added a commit that referenced this issue Feb 4, 2023
joepio added a commit that referenced this issue Feb 4, 2023
Try older SSH deploy #573


#574 less strict version CI push

#574 check openssl version
joepio added a commit that referenced this issue Feb 4, 2023
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