I'm trying to setup a squid proxy with ncsa_auth but I cant find ncsa_auth on my system
I installed squid with apt-get install squid
As i understand it it should be installed with squid, anyone know of another way to install it or why it wasn't installed in the first place?
$ dpkg -L squid
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/squid
/usr/share/doc/squid/copyright
/usr/share/doc/squid/README
/usr/share/doc/squid/changelog.Debian.gz
squid
is a "dummy transitional package from squid to squid3". Probablysquid3
is already installed in your system, assquid
depends onsquid3
.ncsa_auth
is located in/usr/lib/squid3/
.I just had the same problem. In my situation the name of the file is "basic_ncsa_auth", and this simpe difference makes a mess hehe.
I hope it can help you.
You are looking in the wrong package with
dpkg -L
there. Thesquid
package is a transitional package, which only depends onsquid3
which does contain thencsa_auth
program.