$ ./configure --with-tor-user=tor --with-tor-group=tor
-------------------------
$ ./configure --with-tor-user=tor --with-tor-group=tor --with-libevent-dir=/usr/local
-------------------------
# mkdir /var/run/tor && chown tor:tor /var/run/tor
-------------------------
$ autoheader && autoconf
-------------------------
$ ./configure --with-user=privoxy --with-group=privoxy
-------------------------
forward-socks4a / localhost:9050 .
-------------------------
logfile logfile
jarfile jarfile
-------------------------
# /usr/local/sbin/privoxy --user privoxy privoxy /usr/local/etc/privoxy/config
Apr 10 00:26:10 Privoxy(-1208432960) Info: loading configuration file '/usr/local/etc/privoxy/config':
Apr 14 00:26:10 Privoxy(-1208432960) Info: Privoxy version 3.0.3
Apr 10 00:26:10 Privoxy(-1208432960) Info: Program name: /usr/local/sbin/privoxy
Apr 10 00:26:10 Privoxy(-1208432960) Info: Listening on port 8118 for local connections only
# /usr/local/bin/tor --user tor --group tor --datadirectory /var/run/tor
Apr 10 00:27:50.023 [notice] Tor v0.1.1.18-rc. This is experimental software. Do not rely on it for strong anonymity.
Apr 10 00:27:50.024 [notice] Configuration file "/usr/local/etc/tor/torrc" not present, using reasonable defaults.
Apr 10 00:27:50.027 [notice] Initialized libevent version 1.1a using method epoll. Good.
Apr 10 00:27:50.027 [notice] connection_create_listener(  ): Opening Socks listener on 127.0.0.1:9050
Apr 10 00:27:56.626 [notice] We now have enough directory information to build circuits.
Apr 10 00:28:01.463 [notice] Tor has successfully opened a circuit. Looks like client functionality is working.
