SquidGuard is a URL redirector used to use blacklists with the proxysoftware Squid. There are two big advantages to squidguard: it is fast and it is free.
MySQLdb
Install MySQL per the instructions here.However, add --enable-thread-safe-client
to the configure options.
Edit your ~/.bash_profile
and add your MySQL binaries:
PATH="${PATH}:/usr/local/mysql/bin"
Then, install MySQLdb. First, download a copy of the latest version:
cd /extra/src
wget http://superb-east.dl.sourceforge.net/sourceforge/mysql-python/MySQL-python-1.2.2.tar.gz
tar zxvf MySQL-python-1.2.2.tar.gz
cd MySQL-python-1.2.2
Then build and install MySQLdb:
python setup.py build
python setup.py install
- Log in to post comments