Subject: Re: mysql .37
To: None <netbsd-help@netbsd.org>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: netbsd-help
Date: 05/07/2001 23:08:16
> Date: Mon, 7 May 2001 09:07:39 -0400
> From: Andrew Brown <atatat@atatdot.net>
>
> including libwrap (why?) means you need to have declared two ints
> called allow_severity and deny_severity. the best place to put them
> is probably in the file with the call to hosts_access(). unless there
> isn't one, in which case, you really don't need libwrap.
Those variables are really defined in sql/mysqld.cc if HAVE_LIBWRAP is
defined. So, first we must do ``nm mysqld.o''.
enami.