On Fri, 8 Jun 2001, walter wrote:
> Hello,
>
>
> I am trying to compile nsca_auth for use with squid on RedHat Linux 6.2.
> when I type "make ncsa_auth" I get the following error. Can anyone help me with
> it?
>
>
> [root@super NCSA]# make ncsa_auth
> cc ncsa_auth.c -o ncsa_auth
> ncsa_auth.c:20: config.h: No such file or directory
> ncsa_auth.c:43: util.h: No such file or directory
> ncsa_auth.c:44: hash.h: No such file or directory
> make: *** [ncsa_auth] Error 1
The way to compile ncsa_auth is
% cd squid-2.4.STABLE1
% ./configure --enable-auth-modules=NCSA ...
% make
% make install
Received on Thu Jun 07 2001 - 21:58:46 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:00:33 MST