> 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).
Both header and library file in the same place? That's not a setup I've seen before. Check config.log for more verbose errors from ./configure. Hmmm... looking at the output of "./configure --help" in OpenSSH 2.9p1, it appears that "--with-tcp-wrappers" doesn't take a directory name as a parameter. If that's true (and not just a documentation glitch), then you may need to move your header file and library into a place where your compiler is already looking (such as /usr/local/include and /usr/local/lib respectively). > 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? There could very well be; I've never built OpenSSH 1.2.x. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
