Hi guys,

I'm using squid 2.4.STABLE3 and I wanna run squidGuard 1.2.0 as my filter. The 
"./configure" and "make" are going very well. The "make test" gives:
--
root@GRA-LNX1:/usr/src/squidGuard-1.2.0# make test
making test in squidGuard-1.2.0
(cd test && make  test)
make[1]: Entering directory `/usr/src/squidGuard-1.2.0/test'
test1..
Database size:
   5643 blacklist/domains
   7442 blacklist/urls
  13085 total
Running test1 with 1000 requests...Done
Checking number of output lines..
make[1]: *** [test1] Error 1
make[1]: Leaving directory `/usr/src/squidGuard-1.2.0/test'
make: *** [test] Error 2
root@GRA-LNX1:/usr/src/squidGuard-1.2.0# 
--

Looks good, but there is an error.

My squidguard.conf:
--
dbhome /usr/local/squid/squidGuard/db
logdir /usr/local/squid/squidGuard/logs

src admins {
 ip 10.1.30.0/24
}

src users {
 ip 10.1.20.0/24
}

dest porn {
 domainlist porn/domains
 urllist porn/urls
}

acl {
        admins {
         pass all
        }

        users {
         pass !porn all
        }

        default {
                pass none
                redirect 
http://gra-lnx1/cgi/blocked?clientaddr=%a+clientname=%n+clientident=%i+srcclass=%s+targetclass=%t+u
rl=%u
        }
}
--

If I do squidguard -C all I get:
--
root@GRA-LNX1:/usr/local/squid/bin# ./squidGuard -C all
Unknown error 134522712
Segmentation fault
root@GRA-LNX1:/usr/local/squid/bin# 
--

I tried an -d switch too:
--
root@GRA-LNX1:/usr/local/squid/bin# ./squidGuard -C all -d
2002-04-11 09:52:35 [25317] init domainlist /usr/local/squid/squidGuard/db/porn/domains
Unknown error 134522712
Segmentation fault
root@GRA-LNX1:/usr/local/squid/bin# 
--

Can somebody help me? I can't get out of this. Can't find any help on this error :(

Thanks a lot from here!

Greetings,

Bas Koot.
System Operator Mourik B.V. (http://www.mourik.com)

Reply via email to