The configure command should read something like this:
./configure --with-libwrap=/usr/local/lib
Or whichever directory holds the libwrap.a file.
It's never been necessary for me to modify the Makefiles when I ran
configure like that.
--
Gregor Mosheh
[EMAIL PROTECTED]
Systems Admin, Humboldt Internet
707.825.4638
On Wed, 23 Feb 2000, Alex Algard wrote:
> We're trying to secure sshd2 access with tcp wrappers on RedHat6.0. We
> used --with-lib-wrap when with the ./configure command, but even when we set
> our hosts.deny file to "ALL: ALL" we are still able to connect via SSH to
> the server. I ignored adding the "-I/PATHOF/tcpwrappers" and "WRAPLIBS
> = -L/PATHOF/tcpwrappers -lwrap" to the "Makefile" as suggested in the SSH
> FAQ, because when I compiled, I kept on getting the message "Makefile:50:
> *** missing separator. Stop." I have not changed anything in the SSH conf
> files. Anyone have any suggestions?
>
> Thanks.
> ________________________
> Alex Algard
> [EMAIL PROTECTED]
>
>