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 upcannot start servo on debian stretch/sid (yet again the libssl issue) #12164
Comments
|
This is probably a duplicate of #12015. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
error message:
uname -a:
Linux localhost 4.6.0-1-amd64 #1 SMP Debian 4.6.2-2 (2016-06-25) x86_64 GNU/Linux
on my system, it is libssl.so.1.0.2, not 1.0.0, and if I just make a link named 1.0.0 point to 1.0.2, it will report the message:
so what's wrong is 1.0.2 against 1.0.0?
could it be compiled static linked or compiled as using "libssl.so" without version