-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Missing libcurl-gnutls.so.4 with Fedora or CentOS prevents execution #30
Comments
Thank you for reporting this. I have switched to using |
Could you please test if this has been resolved in 0.2.1? |
the message is different now! It seems it is/was a problem also with servo as servo/servo#12015 (comment) indicates, the version of SSL required is quite old. Would it be possible for you to bump up the version? |
Thank you for investigating. We might actually even be able to drop the ssl dependency completely (it's currently required by libgit2, but it can be configured not to use ssl - and we don't need any features that would require ssl). I will look into it. |
Released as v0.2.2. Would love to get some feedback if it worked this time 😃 |
It works on Fedora 26 (glibc is 2.25) On CentOS 7.4.1708 there is a GLIBC version problem yum list glibc shows that latest version is 2.17 |
Great, thank you for checking.
Could you please open a new ticket to track this? This is unrelated to the ssl issue in this ticket. Thank you! |
I had the same issue, fixed now in Fedora 28. Thanks |
When running bat via the releases bat-v0.2.0-x86_64-unknown-linux-gnu.tar.gz , it complains about a missing shared library:
error while loading shared libraries: libcurl-gnutls.so.4: cannot open shared object file: No such file or directory
There is no libcurl-gnutls in CentOS per https://www.centos.org/forums/viewtopic.php?t=64227
The text was updated successfully, but these errors were encountered: