I will suffer all the undeliverable msgs again, problem solved. Not sure exactly what fixed it though, but I changed a few things, first I guilt the packages (both squid and BerkleyDB3.2) in the usr/local/src tree.
I also follwoed to the letter the recipe at http://www.maynidea.com/squidguard/step-by-step.html I think an important part I was missing was: echo /usr/local/BerkeleyDB.3.2/lib >> /etc/ld.so.conf ldconfig All is working now. (huzzah !) (BTW anyway to get all the dead email addresses off the list ? ) Thanks all. Quoting [EMAIL PROTECTED]: > I know this is the most asked question. And have read all the documentation > I > can find on it. But.... > > squidguard works fine with txt lists, but the db files fail to load. > > It seems that the info at http://www.maynidea.com/squidguard/faq-plus.html > points to this failure as being from using the wrong version of BerkleyDB. So > I > got the 3.2.9 version and installed, then in trying to recompile squidguard > with the switches: > > --with-db=/usr/local/BerkleyDB.3.2 > --with-db-lib=/usr/local/BerkleyDB.3.2/lib > --with-db-inc=/usr/local/BerkleyDB.3.2/inc > > ./configure works fine, configure.log shows that the correct DB directory is > being used. > > however make fails: > > making all in src > gcc -I.. -I. -I. -I/usr/local/BerkleyDB.3.2/inc -DHAVE_CONFIG_H -g -O2 > -I/usr/local/BerkleyDB.3.2/inc -c sgDb.c > sgDb.c: In function `sgDbInit': > sgDb.c:101: warning: passing arg 2 of pointer to function from incompatible > pointer type > sgDb.c:101: warning: passing arg 4 of pointer to function makes pointer from > integer without a cast > sgDb.c:101: too few arguments to function > sgDb.c:107: warning: passing arg 2 of pointer to function from incompatible > pointer type > sgDb.c:107: warning: passing arg 4 of pointer to function makes pointer from > integer without a cast > sgDb.c:107: too few arguments to function > make[1]: *** [sgDb.o] Error 1 > make[1]: Leaving directory `/home/user/squidguard/squidGuard-1.2.0/src' > make: *** [all] Error 1 > > Any ideas on what I am missing in the build process ? > > TIA (and continuing to use txt files in the mean time) > > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > > ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
