Bruce Dubbs <bruce.dubbs <at> gmail.com> writes:

> >> Fourth, the file ./src/util/sys_defs.h defines HAS_NIS.  This causes
> >> failure in a couple of programs looking for rpcsvc/ypclnt.h.  I have no
> >> idea where to find this.  The only workaround is to remove the HAS_NIS
> >> definition with something like
> >>
> >> #ifdef HAS_NIS
> >>     #undef HAS_NIS
> >> #endif
> >>
> >> at the bottom of ./src/util/sys_defs.h.
> 
> > Back to the NIS support being gone in glibc. 
> 
> Oh yes.  Does anyone really use NIS any more?

i get suh error:

gcc -Wmissing-prototypes -Wformat -I/usr/include/db4 -DUSE_TLS -DUSE_SASL_AUTH
-DDEF_SERVER_SASL_TYPE="dovecot" -DHAS_PCRE  -g -O -I. -DLINUX2 -c dict_nis.c

dict_nis.c:42:27: fatal error: rpcsvc/ypclnt.h: No such file or directory

I have to note, that, for exapmle yotools-2.12 (on Slack64 13.37, cur) does not
have such include file, the only existing under rpcsvc is ypxfrd.x whatever it
means.


-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to