Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upNightly builds depend on libssl.so.1.0.0 #12232
Closed
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The new nightly servo builds don't work on my Fedora 24 system. They dynamically link
libssl.so.1.0.0andlibcrypto.so.1.0.0but my system has1.0.2hsonames for these libraries.Please either link to a more compatible
so.1soname, or statically link this library (like firefox nightlies do).