mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 03:37:28 -03:00
In some distros, LD_LIBRARY_PATH must be explicitly set for tor to work
This commit is contained in:
parent
2161c58a4a
commit
6bf839f826
1 changed files with 1 additions and 0 deletions
|
@ -354,6 +354,7 @@ class Onion(object):
|
|||
[self.tor_path, "-f", self.tor_torrc],
|
||||
stdout=subprocess.PIPE,
|
||||
stderr=subprocess.PIPE,
|
||||
env={"LD_LIBRARY_PATH": os.path.dirname(self.tor_path)},
|
||||
)
|
||||
|
||||
# Wait for the tor controller to start
|
||||
|
|
Loading…
Reference in a new issue