On 8/10/05, Santiago Hoyos Restepo <santiago.hoyos@xxxxxxxxxxxxxx> wrote: > Hi, I compile squidGuard to centos 4.1 x86_64 and db-2.7.7, but when I > run squidGuard -C all -d not compile file to db files. > > example : > > [root@ns3 squidGuard-1.2.0]# squidGuard -C all -d > 2005-08-09 17:56:04 [7784] init > domainlist /usr/local/squidGuard/db/blacklists/webcontrol/domains > 2005-08-09 17:56:04 [7784] Error db_open: Invalid argument > 2005-08-09 17:56:04 [7784] going into emergency mode > > other information: > > [root@ns3 squidGuard-1.2.0]# uname -a > Linux ns3.xxxxxxxx.com.co 2.6.9-11.ELsmp #1 SMP Wed Jun 8 16:59:12 CDT > 2005 x86_64 x86_64 x86_64 GNU/Linux > > [root@ns3 squidGuard-1.2.0]# squidGuard -v > SquidGuard: 1.2.0 Sleepycat Software: Berkeley DB 2.7.7: (08/20/99) > > > -- > Santiago Hoyos Restrepo > Soporte Coorporativo > Calipso Comunicaciones S.A. > www.calipso.com.co > > Provided squidguard.conf is correct, what happens with just : % squidGuard -C all You left the -d argument empty, which I think, denotes the path to the domain list (file). In that case the error would be obvious. Also look at .../log/squidGuard.log for further error info. M.