On Wed, Apr 24, 2002 at 02:27:40PM +0300, Sinisa Milivojevic wrote:
> > mysqld.cc:2428: at this point in file
> > /usr/include/tcpd.h:119: too few arguments to function `int hosts_access(request
> > _info *)'
> > mysqld.cc:2429: at this point in file 
> > /usr/include/tcpd.h:153: too few arguments to function `char * eval_client(reque
 
> Problem that you are experiencing is caused by changes that were
> needed to solve problem building MySQL with libwrap on Linux.
... 
> Can you explain why is your Linux so different ??

Hehe, it seems the Debian maintainer once applied some patches because 
mysqld.cc used arguments to the above functions:
http://bugs.debian.org/100891
 
 * tcpd.h: define __P() ourselves; sys/cdefs.h doesn't appear to be
   standard, and the glibc version adds __throw to the prototypes.
 
 mysqld.cc:1190:21: warning: multi-line string literals are deprecated
 /usr/include/tcpd.h: In function `void* handle_connections_sockets(void*)':
 /usr/include/tcpd.h:141: too many arguments to function `void sock_host()' 


I will ask him if these changes are obsolete now. MySQL seems to be right 
here.

bye,

-christian-


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to