> Can you pass along your checklist for updating the blacklists/db > files. I would love to have a look at it. > Thanks.
The checklist that I mentioned here was for upgrading the Berkeley DB to 3.2.9: - - - - - db-3.2.9 install checklist - - - - - <Download db-3.2.9 from here:> <http://www.sleepycat.com/update/snapshot/db-3.2.9.tar.gz> <Copy db-3.2.9.tar.gz to /usr/local/src> 'tar zxvf db-3.2.9.tar.gz' <Download the two patches for 3.2.9 from here:> <http://www.sleepycat.com/update/3.2.9/patch.3.2.9.html> <Copy patch.3.2.9.1 to /usr/local/src/db-3.2.9> <Copy patch.3.2.9.2 to /usr/local/src/db-3.2.9> 'cd db-3.2.9' <'pwd' should show /usr/local/src/db-3.2.9> 'patch -p0 < patch.3.2.9.1' 'patch -p0 < patch.3.2.9.2' 'cd build_unix' '../dist/configure' 'make' 'make install' 'cd ../..' 'echo /usr/local/BerkeleyDB.3.2/lib >> /etc/ld.so.conf' 'ldconfig' <Copy squidGuard-1.2.0.tar.gz to /usr/local/src> 'tar zxvf squidGuard-1.2.0.tar.gz' 'cd squidGuard-1.2.0' './configure --with-db=/usr/local/BerkeleyDB.3.2' 'make' 'make install' The .db files created with BerkeleyDB cannot be used with BerkeleyDB 3. If you are using the prebuilt .db files, rm *.db and do a squidGuard -d -C all - - - - - - end of checklist - - - - - - - - -
