I'm sorry. I should have checked the version first. I do have 4.0 installed. If the version of Berkeley DB is correct, what else could be causing it to not return the correct results?
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Rick Matthews Sent: Wednesday, July 24, 2002 6:46 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Trouble testing new setup. > I recently setup 1.2.0 on my OpenBSD/Squid proxy. I followed the > instructions as best I could (I'm not hugely familiar with *nix) from the > "Installing squidGuard" doc. I started by installing Berkeley 2.4 without > incident. In spite of what the documentation says, squidGuard 1.2.0 requires version 3.29 of the Berkeley DB (available here: <http://www.sleepycat.com/update/>). Rick > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Chris Jensen > Sent: Wednesday, July 24, 2002 12:21 PM > To: [EMAIL PROTECTED] > Subject: Trouble testing new setup. > > > Hi all, > > I recently setup 1.2.0 on my OpenBSD/Squid proxy. I followed the > instructions as best I could (I'm not hugely familiar with *nix) from the > "Installing squidGuard" doc. I started by installing Berkeley 2.4 without > incident. I installed squidGuard into /usr/local/share/squidGuard-1.2.0 and > compiled it with > "--with-sg-config=/usr/local/share/squidGuard-1.2.0/filter.conf" (no > quotes). It ran make, make test and make install without incident. Here's my > filter.conf: > > logdir /usr/local/squidGuard/log/squidGuard.log > acl { > default { > pass all > } > } > > I created test.pass and test.block. Contents of test.pass: > "http://www.youthetc.org/ 209.238.173.134/fdgh GET" (no quotes). Contents of > test.block: "http://www.whitehouse.com/ 209.67.27.248/- - GET (no quotes). I > run "/usr/local/bin/squidGuard -c > /usr/local/share/squidGuard-1.2.0/filter.conf < test.pass > test.pass.out" > successfully. For wc -l on test.pass, I get 0. For wc -l on test.pass.out, I > get 1. For wc -w on test.pass.out, I get 0. Results for test.block and > test.block.out are the same. According to the install doc, the results for > wc -l on test.pass and test.pass.out should be that same. What do I not have > configured properly? Forgive me for using Outlook to send this. Thanks. > > Chris Jensen > IS Coordinator > Youth ETC > >
