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

cannot start servo on debian stretch/sid (yet again the libssl issue) #12164

Closed
liuchong opened this issue Jul 2, 2016 · 1 comment
Closed

cannot start servo on debian stretch/sid (yet again the libssl issue) #12164

liuchong opened this issue Jul 2, 2016 · 1 comment

Comments

@liuchong
Copy link

@liuchong liuchong commented Jul 2, 2016

error message:

./servo: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory

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:

./servo: /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./servo)

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

@liuchong liuchong changed the title cannot start servo on debian stretch/sid cannot start servo on debian stretch/sid (yet again the libssl issue) Jul 2, 2016
@frewsxcv
Copy link
Member

@frewsxcv frewsxcv commented Jul 2, 2016

This is probably a duplicate of #12015.

@frewsxcv frewsxcv closed this Jul 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.