Dear user list,
I am trying to complie squid with the following options
autoconf
autoheader
./configure
--enable-auth="basic"
--enable-basic-auth-helpers="NCSA"
--enable-auth="ntlm"
--enable-ntlm-auth-helpers="fakeauth"
make all
make install
Once this is done I checked and found the fakeauth and NCSA helpers in .../squid/libexec directory. Everything looks to have installed correctly.
I then began to customize the squid.conf. When I went to execute squid for the first time with ./squid -X I notice that squid is reporting an unknown auth scheme.
./squid
2002/08/12 12:07:51| Parsing Config File: Unknown authentication scheme 'ntlm'.
2002/08/12 12:07:51| Parsing Config File: Unknown authentication scheme 'ntlm'.
2002/08/12 12:07:51| Parsing Config File: Unknown authentication scheme 'ntlm'.
I went and looked into the /usr/src/squid*/src/auth/basic/ I noticed that the auth_basic.o was present. I then checked /usr/src/squid*/src/auth/ntlm the auth_ntlm.o is not present. I tried to make all from the directory and recieved the following
make[1]: Entering directory `/usr/src/squid-2.5.PRE10/src/auth/ntlm'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/usr/src/squid-2.5.PRE10/src/auth/ntlm'
Any help with the problems would be wonderful, I have been pulling hair out over this...
Thank You,
Brandon Oliver
Received on Mon Aug 12 2002 - 10:15:17 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:09:36 MST