I believe the error is from your squid.conf file. Did you configure any auth in the squid.con file? Jason ..·><((((º> > -----Original Message----- > From: Edward Ortega [mailto:edward.josette@xxxxxxxxx] > Sent: Friday, July 25, 2008 3:23 PM > To: squid-users@xxxxxxxxxxxxxxx > Subject: Squid3 problem > > > Hi! > > I'm compiling squid_3.0.stable8 (the last stable version > on the page > squid-cache.org) and everything go fine, but when i try to start the > squid i got this error: > > *Can't use proxy auth because no authentication schemes are fully > configured*. > > > My options are: > > ./configure --host=$(DEB_HOST_GNU_TYPE) \ > --build=$(DEB_BUILD_GNU_TYPE) \ > > --enable-auth=digest,basic,ntlm,negotiate \ > > --enable-basic-auth-helpers=LDAP,SMB,squid_radius_auth,multi-d > omain-NTLM,PAM > \ > --enable-ntlm-auth-helpers=SMB \ > --enable-negotiate-auth-helpers=squid_kerb_auth \ > --enable-digest-auth-helpers=ldap \ > > --enable-external-acl-helpers=ldap_group,unix_group,session,wb > info_group,ip_user > \ > --enable-ntlm-fail-open \ > CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" > > > ... So, if somebody help me i'll appreciate. > >