Hi;
I've written this config script:

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

Running the script gives me this error:

/usr/local/bin/config_mysql: --with-raid: command not found

*however* running make prints a bunch of stuff happening in 
DMAP_TO_USE_RAID which makes me think that the command has been executed. 
Has it?

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



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