Greetings, Have been running Squid-2.5STABLE3 successfully on Linux with ufs. Wanted to see if we could get some performance improvements by using aufs.
Rebuilt perl with threads enabled. Configured: >./configure --prefix=/usr/local/squid --enable-pthreads --enable-store-io=aufs Compiling gives the following error: Making all in lib make[1]: Entering directory `/users/webuser/src/squid-2.5.STABLE3/lib' source='Array.c' object='Array.o' libtool=no \ depfile='.deps/Array.Po' tmpdepfile='.deps/Array.TPo' \ depmode=gcc3 /bin/sh ../cfgaux/depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O2 -Wall -c `test -f Array.c || echo './'`Array.c .deps/Array.TPo: Permission denied make[1]: *** [Array.o] Error 1 make[1]: Leaving directory `/users/webuser/src/squid-2.5.STABLE3/lib' make: *** [all-recursive] Error 1 bash-2.05$ Would appreciate any suggestions. Thank you, John Kent
