Thanks for your comments. I'm repeating a line I had in my original question. Maybe that will help clarify my problem: -------------------------------------------------------------------------------- ----------------- I do the same thing with version 2.3.0 and it works fine. (I'm using both because of Mac users clients.) -------------------------------------------------------------------------------- -----------------
I AM using ssh-2.3.0 from www.ssh.com along with the older 1.2.30 from the same source because I'm told that this is what I need to do to get Mac users using MacSSH and Nifty Telnet to be able to log in. I don't think I have a path error for two reasons. One, I tried it about 5 times including a sanity check by doing an "ls -l" on a copy/paste of the path as it got recorded in Makefile, and, two, I don't have this problem with 2.3.0. However, I may be missing something because I don't know what you mean by "(E.g., "/usr/local" not "/usr/local/include".)" My path string ends in "...wrappers/tcp_wrappers_7.6/" which is where the files are (tcpd.h and libwrap.a). I also tried "...wrappers/tcp_wrappers_7.6" and "...wrappers/tcp_wrappers_7.6/libwrap.a". Are you saying I should end the path string at a directory ABOVE the directory where the wrappers files are? In other words "...wrappers/"? At any rate, it worked fine with 2.3.0. Is there something different about the way the older version wants to see the path? Thanks Dennis J. Gurgul Massachusetts General Hospital Research Management 617.724.3169 > -----Original Message----- > From: Greg Wooledge [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, October 23, 2001 8:05 AM > To: Gurgul, Dennis J > Cc: [EMAIL PROTECTED] > Subject: Re: version 1.2.30 with wrappers > > 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]
