On Apr 01, 2003 at 18:12, vijay vktiruveedula@foreseeinfo.com wrote:
hi, got the following error while restarting the ser server after changing the ser.cfg file for loading the mysql module.
[root@afi init.d]# ser start 0(4478) ERROR: load_module: could not open module <//usr/lib/ser/modules/mysql.so>: libmysqlclient.so.10: cannot open shared object file: No such file or directory 0(4478) parse error (22,13-44): failed to load module ERROR: bad config file (1 errors)
what may be the cause. Can u help me.
You don't have libmysqlclient installed. The mysql module needs it. Get the package for your linux distribution/os and install it (for debian apt-get install libmysqlclient will do it).
Andrei