[EMAIL PROTECTED] writes:
> >Description:
>       I get the following error:
> 
>       c++ -DMYSQL_SERVER                      -DDEFAULT_MYSQL_HOME="\"/usr\""        
>-
> DDATADIR="\"/var/lib/mysql\""                   -DSHAREDIR="\"/usr/share/mysql\"
> "                       -DHAVE_CONFIG_H -I../bdb/build_unix -I../innobase/includ
> e                       -I./../include                  -I./../regex           -
> I. -I../include -I.. -I.    -O3 -DDBUG_OFF   -fno-implicit-templates -fno-except
> ions -fno-rtti -c mysqld.cc
> mysqld.cc: In function `void * handle_connections_sockets(void *)':
> /usr/include/tcpd.h:161: too few arguments to function `void sock_host(request_i
> nfo *)'
> 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
> st_info *)'
> mysqld.cc:2437: at this point in file
> make[4]: *** [mysqld.o] Error 1
> make[4]: Leaving directory `/home/ch/debian/mysql-3.23.50/sql'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/home/ch/debian/mysql-3.23.50/sql'
>       

Hi!

Problem that you are experiencing is caused by changes that were
needed to solve problem building MySQL with libwrap on Linux.

All Linux versions that we tested, had prototypes as in 3.23.50. 

Can you explain why is your Linux so different ??


-- 
Regards,
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Fulltime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
       <___/   www.mysql.com


---------------------------------------------------------------------
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