From b6389ae036311a4b2d0af2c130d05e01ceeced3f Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 21 Aug 2017 20:08:14 -0500 Subject: debian troubleshooting doc update --- docs/guide/troubleshooting.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/guide') 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 -- cgit v1.3.1