Michael Conrad Tadpol Tilstra <mtilstra@xxxxxxxxxx> writes: > On Tue, Aug 31, 2004 at 12:44:49PM -0400, Ed L Cashin wrote: >> Hi. Does cluster, and gulm/src/utils_ip.c from today's CVS >> specifically, depend on tcp_wrappers? > > gulm does use tcpwrappers, it always has. OK, here's a patch. Without tcp wrappers already installed, following the directions in usage.txt results in a cryptic message about tcpd.h being missing, so either a check in the configure script or some documentation is necessary. --- cluster-cvs/doc/usage.txt.20040831 Tue Aug 31 14:21:57 2004 +++ cluster-cvs/doc/usage.txt Tue Aug 31 14:22:39 2004 @@ -25,6 +25,10 @@ cvs -d :pserver:cvs@xxxxxxxxxxxxxxxxxx:/cvs/lvm2 checkout LVM2 cvs -d :pserver:cvs@xxxxxxxxxxxxxxxxxx:/cvs/cluster checkout cluster +- satisfy dependencies + + gulm requires tcp_wrappers + Build and install ----------------- -- Ed L Cashin <ecashin@xxxxxxxxxx>