Subject: Re: tcp wrappers Q
To: None <ronald@demon.net>
From: Bill Studenmund <skippy@macro.stanford.edu>
List: current-users
Date: 06/27/1997 18:04:33
On Sat, 28 Jun 1997 ronald@demon.net wrote:

> > /usr/libexec/ld.so: Undefined symbol "_deny_severity" in
> > afpd:/usr/lib/libwrap.so.0.0
> > 
> > I couldn't find any man pages talking about tcp wrappers, except for
> > tcpdchk and tcpdmatch.
> 
> >From hosts_access(3) (There's definitely one in 1.2G)

It's in here, but I didn't find it w/ apropos. :-(
> For example:
> 
> % grep deny_severity tcpd.c
> int     deny_severity = LOG_WARNING;    /* ditto */

So I went off to look at the code which'd need that statement, and I found
it's there, but wrapped in #ifdef's which weren't correct! Once I
corrected them to actually get included, it worked.

Thanks!

Take care,

Bill