summaryrefslogtreecommitdiff
path: root/docs/guide
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2017-08-21 20:26:34 -0500
committerJordan Wiens <jordan@psifertex.com>2017-08-21 20:26:34 -0500
commit60c6b1a7675c15bf570ae63c94d8aac0eee5414e (patch)
treef94e03e76e5df064b93dd4c8447abde0ecac316f /docs/guide
parentec2ec80af2873431d0103e41bf597a3dbc777132 (diff)
add gentoo troubleshooting
Diffstat (limited to 'docs/guide')
-rw-r--r--docs/guide/troubleshooting.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/guide/troubleshooting.md b/docs/guide/troubleshooting.md
index 5ff30218..d8930d41 100644
--- a/docs/guide/troubleshooting.md
+++ b/docs/guide/troubleshooting.md
@@ -58,6 +58,10 @@ $ ln -s libssl.so libssl.so.1.0.0
$ ln -s libcrypto.so libcrypto.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.
+
## API
- If the GUI launches but the license file is not valid when launched from the command-line, check that you're using the right version of Python. Only a 64-bit Python 2.7 is supported at this time. Additionally, the [personal][purchase] edition does not support headless operation.
@@ -69,3 +73,4 @@ $ ln -s libcrypto.so libcrypto.so.1.0.0
[support]: https://binary.ninja/support.html
[faq]: https://binary.ninja/faq.html
[purchase]: https://binary.ninja/purchase.html
+[issue672]: https://github.com/Vector35/binaryninja-api/issues/672