trimstray / multitor

Create multiple TOR instances with a load-balancing.
GNU General Public License v3.0
1.02k stars 174 forks source link

Getting this error...Please help #18

Closed djtroby closed 5 years ago

djtroby commented 5 years ago

not found in PATH: haproxy polipo privoxy hpts the above error i get while executing the multitor....FYI haproxy, polipo, privoxy and hpts is installed in Kali ....version Linux kali 4.16.0-kali2-amd64 #1 SMP Debian 4.16.16-2kali1 (2018-06-25) x86_64 GNU/Linux

trimstray commented 5 years ago

Multitor uses this PATH variable:

PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

I think you should create symlinks for all external tools.

UBISOFT-1 commented 3 years ago

That's not the problem @trimstray , well in one case it could be, but as this is a very common issue Just writing this to help some one who already has all the symlinks in place :) sudo apt-get install haproxy sudo apt-get install yum sudo yum install polipo sudo apt-get install privoxy sudo apt-get install npm npm install -g http-proxy-to-socks Hope this Helps some one else and these should be auto installed in setup.sh @trimstray :)