安装编译工具
yum groupinstall "Development Tools"
下载privoxy最新版
http://sourceforge.net/projects/ijbswa/files/Sources/
编译
tar xzvf privoxy-3.0.23-stable-src.tar.gz
cd privoxy-3.0.23-stable
autoheader
autoconf
./configure # (--help to see options)
make # (the make from GNU, sometimes called gmake)
建立账户
sudo useradd privoxy -r -s /usr/sbin/nologin
安装