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

Pre-built binary fails on Manjaro #3

Closed
MCOfficer opened this issue Jun 3, 2020 · 3 comments
Closed

Pre-built binary fails on Manjaro #3

MCOfficer opened this issue Jun 3, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@MCOfficer
Copy link

Starting with 0.4.0, the binary from the releases page fails on Manjaro (and, presumably, Arch):

❯ ./ruget  
./ruget: symbol lookup error: ./ruget: undefined symbol: SSLv3_client_method, version OPENSSL_1.0.0

I'm not an expert, but i guess this is because the arch openssl or openssl-1.0 packages aren't compiled with (insecure) SSL3 support, while your CI system has an OpenSSL version that supports it.

One solution would be to ditch the native-tls dependency in favour of rustls, either by switching http client or waiting for http-rs/surf#40.

@ksk001100 ksk001100 added the bug Something isn't working label Jun 3, 2020
@ksk001100
Copy link
Owner

@MCOfficer
Thanks for the issue report.
Consider switching to a different HTTP client.

@ksk001100
Copy link
Owner

I stopped asynchronous processing and reverted to the original thread-based parallel processing

@MCOfficer
Copy link
Author

can confirm that v0.4.2 works again, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants