Qrux wrote: > On Nov 6, 2011, at 10:48 AM, Bruce Dubbs wrote: > >> I'm looking at upgrading postfix and want to discuss the page a >> bit: >> >> http://www.linuxfromscratch.org/blfs/view/svn/server/postfix.html >> > ... > >> 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. > > I suppose that might work, though that seems awful... > > But, I would think the question is why NIS/YP is being detected on > your setup (esp if the includes aren't there).
It's not being detected. Postfix is assuming NIS/YP is present for Linux. > Is this an issue with the configure that's supplied with postfix? Postfix doesn't use autotools/configure. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
