Hello I have compiled squidGuard on Gentoo and Redhat 9 successfuly. I was trying to do the same on Fedora. After installing Berkeley DB without any problems, and after configuring squidGuard without any errors, when I issue the make command I get the error
gcc -I.. -I. -I. -I/usr/local/BerkeleyDB.3.2 -DHAVE_CONFIG_H -g -O2 -I/usr/local/BerkeleyDB.3.2 -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 `/usr/local/src/sg/src' make: *** [all] Error 1 I had compiled squidGuard using db 3.2.9 and db 2.7.7. I tried installing squidGuard after compiling both the version of db but still I get the same error. Where am I going wrong? I would be glad to know. Regards Srid __________________________________ Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail you want. http://antispam.yahoo.com/tools
