mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
In some distros, LD_LIBRARY_PATH must be explicitly set for tor to work
This commit is contained in:
parent
2161c58a4a
commit
6bf839f826
@ -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 New Issue
Block a user