Hi;
I've written this config script for mysql, but this problem appears to be 
unique to RH, so I'm writing this list too:

#!/bin/sh
cd /usr/local/mysql
./configure \
--with-libwrap=/usr/share/doc/tcp_wrappers \
--with-raid \
--with-thread-safe-client
exit 0

Running make check throws these errors:

mysqld.cc: In function `void *handle_connections_sockets (void *)':
/usr/include/tcpd.h:131: too many arguments to function `void sock_host
()'
mysqld.cc:2382: at this point in file
/usr/include/tcpd.h:69: too many arguments to function `int
hosts_access ()'
mysqld.cc:2383: at this point in file
/usr/include/tcpd.h:124: too many arguments to function `char
*eval_client ()'
mysqld.cc:2388: at this point in file
make[2]: *** [mysqld.o] Error 1
make[2]: Leaving directory `/usr/local/mysql-3.23.46/sql'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/usr/local/mysql-3.23.46/sql'
make: *** [check-recursive] Error 1

How do I deal with this?
TIA,
BenO 




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to