On Mon, Oct 22, 2001 at 03:20:55PM -0400, Gurgul, Dennis J wrote: > I do "./configure --with-libwrap=/path/to/wrappers_dir/" on version 1.2.30. I > get no error messages and the path to the libwrap and tcpd.h files appears in > Makefile.
First, version 1.2.30 is quite old; you should probably be using OpenSSH 2.9 or later. > cc: Severe: ssh.c, line 211: Cannot find file <tcpd.h> specified in #include dir You probably supplied the wrong path in your ./configure command. You need to give the same directory that you specified as your --prefix when you configured TCP wrappers. (E.g., "/usr/local" not "/usr/local/include".) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
