diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2017-10-25 11:57:40 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2017-10-25 11:57:51 -0400 |
| commit | 77e09a2d02efbb2d6aa9758b503e37cbe7655f7f (patch) | |
| tree | 9a45adbf13c593c4124373e0d3c263348c635931 /docs | |
| parent | 01aec7ed694b537192093d37a7933f710bc0d70b (diff) | |
additional debian sym link instructions
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/guide/troubleshooting.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/guide/troubleshooting.md b/docs/guide/troubleshooting.md index a640d47e..c1b3a910 100644 --- a/docs/guide/troubleshooting.md +++ b/docs/guide/troubleshooting.md @@ -72,6 +72,14 @@ $ ln -s libssl.so libssl.so.1.0.0 $ ln -s libcrypto.so libcrypto.so.1.0.0 ``` +Alternatively, you might need to (as root): + +``` +apt-get install libssl-dev +ln -s /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.2 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 +ln -s /usr/lib/x86_64-linux-gnu/libssl.so.1.0.2 /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 +``` + ### Gentoo One Gentoo user [reported][issue672] a failed SSL certificate when trying to update. The solution was to copy over `/etc/ssl/certs/ca-certificates.crt` from another Linux distribution. |
