summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2017-08-21 20:08:14 -0500
committerJordan Wiens <jordan@psifertex.com>2017-08-21 20:08:14 -0500
commitb6389ae036311a4b2d0af2c130d05e01ceeced3f (patch)
treeb1ac6c4a8896a6110c3014db782c629d224d8515 /docs
parentdabc2ee689cb5dba068fd5461c66973838d05640 (diff)
debian troubleshooting doc update
Diffstat (limited to 'docs')
-rw-r--r--docs/guide/troubleshooting.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/guide/troubleshooting.md b/docs/guide/troubleshooting.md
index efd9fab9..5ff30218 100644
--- a/docs/guide/troubleshooting.md
+++ b/docs/guide/troubleshooting.md
@@ -48,6 +48,15 @@ cd ~/binaryninja
QT_PLUGIN_PATH=./qt ./binaryninja
```
+### Debian
+
+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
+```
## API