> tried to recompile squid to allow diskd io squid 2.5.STABLE7 OSX > > ./configure --enable-storeio=diskd,ufs > > diskd.c:39:21: sys/msg.h: No such file or directory > diskd.c: In function `main': > diskd.c:290: warning: implicit declaration of function `msgget' > diskd.c:322: warning: implicit declaration of function `msgrcv' > diskd.c:342: warning: implicit declaration of function `msgsnd' > diskd.c:349: warning: implicit declaration of function `msgctl' > make[4]: *** [disk.o] Error 1 > make[3]: *** [all-recursive] error 1 > make[2]: *** [all-recursive] error 1 > make[1]: *** [all] error 2 > make: *** [all-recursive] Error 1 > > > I'm currently running ufs. faq said i shouldn't have to change > anything other than recompile. > thoughts suggestions flames welcome Try using GNU make (gmake) M.