hi there,
I've just downloaded squid 2.5 (squid-head-200109262301) and tried to
compile it on FreeBSD with ntlm authentication.
There was a stop using 'make':
(lot of syntax errors, e.g /usr/include/netinet/in.h:233: syntax error
before `u_int32_t`
In file included from smbencrypt.c:28).
The problem could be fixed with adding:
#include <sys/types.h>
in src/auth/ntlm/helpers/NTLMSSP/smbval/smbencrypt.c
just above the line:
#include <netinet/in.h>
Cheers,
Miki
Received on Mon Aug 27 2001 - 06:20:34 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:14:15 MST