diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2017-11-21 14:30:40 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2017-11-21 14:30:40 -0500 |
| commit | 3764c6efde43547a112e637c1bb80ec5dbf1919c (patch) | |
| tree | 18726dfe3f2fab9dd6f02c56ad9a8040ee462672 | |
| parent | 8db4153af8182f9a3ef8b124a34860e5e4d16bcc (diff) | |
@GeneralBisons suggested fix until libcurl/libssl are included
| -rw-r--r-- | docs/guide/troubleshooting.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/guide/troubleshooting.md b/docs/guide/troubleshooting.md index c1b3a910..593e50b4 100644 --- a/docs/guide/troubleshooting.md +++ b/docs/guide/troubleshooting.md @@ -67,9 +67,9 @@ QT_PLUGIN_PATH=./qt ./binaryninja For Debian variants that (Kali, eg) don't match packages with Ubuntu LTS or the latest stable, the following might fix problems with libssl and libcrypto: ``` -$ cd binaryninja/plugins -$ ln -s libssl.so libssl.so.1.0.0 -$ ln -s libcrypto.so libcrypto.so.1.0.0 +$ cd binaryninja +$ ln -s plugins/libssl.so libssl.so.1.0.0 +$ ln -s plugins/libcrypto.so libcrypto.so.1.0.0 ``` Alternatively, you might need to (as root): |
