On 29/08/17 14:02, Dengke Du wrote:
When the configure check:
|checking for winldap.h... no
|checking for sys/types.h... (cached) yes
|checking for rpc/rpc.h... (cached) no
|checking for rpcsvc/ypclnt.h... yes
|checking for rpcsvc/yp_prot.h... yes
|checking for crypt.h... (cached) yes
|configure: error: Basic auth helper NIS ... found but cannot be built
I am sure the rpc/rpc.h exist in /usr/include
why the configure script can't find it?
Something prevented it being detected.
The config.log produced in the directory you built from which contains
the full details of "no" results.
Note that "(cached)" word indicates that the same test was performed
sometime earlier and the result was "no" at that time. So you need to
look for the first mention of that file in config.log.
Amos
_______________________________________________
squid-dev mailing list
[email protected]
http://lists.squid-cache.org/listinfo/squid-dev