[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: PHP coder needs Tor details
At 3:21 pm on Thursday, February 15, 2007, trashdsfg@xxxxxxxxx (Mr.
Blue) said:
>Like: /usr/local/bin/tor
>If I just type tor than it doesn't work.
That will be because your PATH environment variable for "nobody" doesn't
include /usr/local/bin
You can change this by doing something like:
PATH=$PATH:/usr/local/bin:
export PATH
The actual command format will depend on what shell you're running.
HTH
Dave
--
Dave Smith
Wordsmith and yarnspinner, singer and storyteller