In case anyone else is having similiar problems, on freebsd I had to change the 
include in chkpw.c

from 

#include <wait.h>
to
#include <sys/wait.h>

error was :

...
gcc -I. -I/usr/local/include/mysql      -g -O2 -Wall -c vchkpw.c
vchkpw.c:30: wait.h: No such file or directory
...

Prob just a typo.

Ken, on the topic of adding supervise/svscan support, in an earlier mail I  think you 
you said you dont use it on your production machines. 

May I ask why? Are there problems with daemontools.


Regards

Donal


-- 
************************************************
Donal Diamond
Eircom Multimedia Infrastructure
************************************************

Reply via email to