> hello I want to enable authentication digest. > recently I configured I installed and executed squid3.0STABLE8 with these > parameters: > . / it > configures--prefix=/usr--localstatedir=/var--with-default-user=proxy--sysconfdir=/etc/squid--datadir=${prefix}/share/squid--libexecdir=${prefix}/lib/squid--enable-linux-netfilter--enable-delay-pools--enable-useragent-log--enable-auth=digest,basic--enable-auth=digest--enable-useragent-log--enable-digest-auth-helpers=password--enable-default-err-language=Spanish > make > make install > > when I try to run the squid show this error: > <snip many copies of the same error> It appears that your passwd file does not exist. The helpers are aborting when they discover this. Squid itself aborts after a reasonable length of time with 100% helper failure. "cannot stat /etc/apche2/passwd" IMO there is probably a typo missing 'a' in that file path. Amos