Hi,everyone! I wanna to use ser to manage the uers in our group, the process is :
First,I update the Makefile of SER-0.9.3 to make mysql module,like follows: modules:=$(addprefix modules/,mysql) \ $(modules) then, I compile it,it prompts me that "can't find the file <mysql/mysql.h>" Secondly, i download mysql-standard-4.1.12-pc-linux-gnu-i686.tar.gz from mysql.com,and mkdir /ser-0.9.3/modules/mysql/mysql copy /usr/local/mysql/include/*.h /ser-0.9.3/modules/mysql/mysql
Then, i compile ser again, and i get the targets like mysql.so,ser, serctl and so on. Next, i install the mysql from mysql-standard-4.1.12-pc-linux-gnu-i686.tar.gz according to the INSTALL-BINARY document. then i start the ser , cd /usr/local/sbin ser_mysql.sh create ser
the problem is while i use "serctl add tieban 123456 tieban@sina.com",it prompts me that: $ serctl add viking 123456 tieban@sina.com MySql password: error: 400; check if you use aliases in SER
How can i to make it, any suggestions will be appreciated. thx.
viking tieban@sina.com 2005-09-02