This topic should be discussed in the squidguard mailing list... You might want to try ufdbguard. -Marcus Steve B wrote:
Sorry Mark, the problem didn't help and I don't have the email anymore... Anyways. I am trying to get squidGuard reinstalled on Fedora 8, which it was installed before. I un-installed 1.2.1 and am trying to install 1.3. I use the command './configure --with-db=/usr/local/BerkeleyDB.4.6/' and it does what it should(at least I am pretty sure it does), but when I do the command make, it comes up with a few errors. Here is the full output of the command make: ----------------------------------------------------------------------------------------------------------------------------------------------- [root@localhost squidGuard-1.3]# make making all in squidGuard-1.3 make[1]: Entering directory `/root/Desktop/squidGuard-1.3/src' making all in src gcc -I.. -I. -I. -I/usr/local/BerkeleyDB.4.6//include -DHAVE_CONFIG_H -g -O2 -I/usr/local/BerkeleyDB.4.6//include -c main.c gcc -I.. -I. -I. -I/usr/local/BerkeleyDB.4.6//include -DHAVE_CONFIG_H -g -O2 -I/usr/local/BerkeleyDB.4.6//include -c sgLog.c gcc -I.. -I. -I. -I/usr/local/BerkeleyDB.4.6//include -DHAVE_CONFIG_H -g -O2 -I/usr/local/BerkeleyDB.4.6//include -c sgDb.c gcc -I.. -I. -I. -I/usr/local/BerkeleyDB.4.6//include -DHAVE_CONFIG_H -g -O2 -I/usr/local/BerkeleyDB.4.6//include -c sgDiv.c gcc -I.. -I. -I. -I/usr/local/BerkeleyDB.4.6//include -DHAVE_CONFIG_H -g -O2 -I/usr/local/BerkeleyDB.4.6//include -c sgFree.c yacc -d sg.y || (cp y.tab.c.bison y.tab.c && cp y.tab.h.bison y.tab.h) /bin/sh: yacc: command not found gcc -I.. -I. -I. -I/usr/local/BerkeleyDB.4.6//include -DHAVE_CONFIG_H -g -O2 -I/usr/local/BerkeleyDB.4.6//include -c y.tab.c : sg.l || cp lex.yy.c.flex lex.yy.c gcc -I.. -I. -I. -I/usr/local/BerkeleyDB.4.6//include -DHAVE_CONFIG_H -g -O2 -I/usr/local/BerkeleyDB.4.6//include -c lex.yy.c gcc: lex.yy.c: No such file or directory gcc: no input files make[1]: *** [lex.yy.o] Error 1 make[1]: Leaving directory `/root/Desktop/squidGuard-1.3/src' make: *** [all] Error 1 ----------------------------------------------------------------------------------------------------------------------------------------------- Now when I did have squidGuard installed, it seemed like it wasn't looking at the acl's at all. I had created my own to block a simple website at first as a test, I chose myspace and tried to redirect it to google. Nothing. Once I get it back installed I will try again, but if not I will ask again, unless no one can help here which is also fine.