Hello, I did ./confihure; make
I got back gcc -I.. -I. -I. -I/usr/local/BerkeleyDB/include -DHAVE_CONFIG_H -g -O2 -I/u sr/local/BerkeleyDB/include -c main.c In file included from main.c:19: sg.h:181: parse error before `DB_INFO' sg.h:181: warning: no semicolon at end of struct or union sg.h:186: parse error before `}' make[1]: *** [main.o] Error 1 make[1]: Leaving directory `/usr/src/squidGuard-1.1.4/src' make: *** [all] Error 1 So I did ./configure --with-db-inc=/usr/include/db2 --with-db-lib=/usr/lib; make I got back gcc -I.. -I. -I. -I/usr/include/db2 -DHAVE_CONFIG_H -g -O2 -I/usr/include/db 2 -c sgDb.c sgDb.c: In function `defined': sgDb.c:130: too many arguments to function make[1]: *** [sgDb.o] Error 1 make[1]: Leaving directory `/usr/src/squidGuard-1.1.4/src' make: *** [all] Error 1 Any help is appreciated Sundar
