From e507fee8b7a41b45d254e48779e43c0f1302089b Mon Sep 17 00:00:00 2001
From: tooeffayy <47647776+tooeffayy@users.noreply.github.com>
Date: Fri, 17 May 2019 16:21:19 -0400
Subject: [PATCH] The library path likely needs to be updated or else
qbittorrent-nox is unable to find the libtorrent library on start
---
....x-on-DietPi-or-Raspbian-(Debian-9.0)-for-ARM-devices.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Compiling-qBittorrent-nox-4.x-on-DietPi-or-Raspbian-(Debian-9.0)-for-ARM-devices.md b/Compiling-qBittorrent-nox-4.x-on-DietPi-or-Raspbian-(Debian-9.0)-for-ARM-devices.md
index 5acd793..2b95598 100644
--- a/Compiling-qBittorrent-nox-4.x-on-DietPi-or-Raspbian-(Debian-9.0)-for-ARM-devices.md
+++ b/Compiling-qBittorrent-nox-4.x-on-DietPi-or-Raspbian-(Debian-9.0)-for-ARM-devices.md
@@ -134,6 +134,12 @@ Create file `/etc/ld.so.conf.d/libtorrent.conf` with contents
Run `sudo ldconfig` afterward.
+Check if your LD_LIBRARY_PATH environment variable is set and the path /usr/local/lib is included.
+
+Simply run env in your terminal and look for LD_LIBRARY_PATH.
+If so, you are good to go. If not, add the path to the variable:
+ export LD_LIBRARY_PATH=/usr/local/lib:${LD_LIBRARY_PATH}
+
# Compiling qBittorrent-nox
## Compile 4.1.x version