Hello all,
I am new to squidGuard. I was trying to compile squidGaurd. Default configure runns fine. Make gets errors in attached text file. I have Berkley DB4 on the current system.
system is running Fedora core 1 kernel version 2.4.22-1.2166.nptlsmp.
[EMAIL PROTECTED] squidGuard-1.2.0]# make making all in squidGuard-1.2.0 make[1]: Entering directory `/wka/packages/squidGuard-1.2.0/src' making all in src gcc -I.. -I. -I. -I/usr/local/BerkeleyDB/include -DHAVE_CONFIG_H -g -O2 -I/usr/local/BerkeleyDB/include -c main.c gcc -I.. -I. -I. -I/usr/local/BerkeleyDB/include -DHAVE_CONFIG_H -g -O2 -I/usr/local/BerkeleyDB/include -c sgLog.c gcc -I.. -I. -I. -I/usr/local/BerkeleyDB/include -DHAVE_CONFIG_H -g -O2 -I/usr/local/BerkeleyDB/include -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: error: 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: error: too few arguments to function make[1]: *** [sgDb.o] Error 1 make[1]: Leaving directory `/wka/packages/squidGuard-1.2.0/src' make: *** [all] Error 1
