Juan,
You need to install both the server and client mySQL rpms. The libmysqlclient.so is included in the mySQL client  rpm. Apart from that, I am assuming that if you are installing SER from source, you remembered to include mySQL in the make file. mySQL is excluded by default. You will need to run the mySQL script to generate the required tables and after that set the correct permissions for the mySQL user and root. On the SER side you will also need to run the ser mySQL script to generate the ser database. finally you will need to edit the mySQL file in /etc/rc.d/init.d to auto start mySQL. Please note that by default the init file has no run levels set. You need to edit mySQL and insert run  levels 345.or use chkconfig and levels option 345 and on to change the run levels. To take effect restart mySQL. Need more help "holla"
 
HTH
 
KOFI
-----Original Message-----
From: serusers-bounces@lists.iptel.org [mailto:serusers-bounces@lists.iptel.org]On Behalf Of Juan
Sent: Wednesday, July 13, 2005 1:46 PM
To: serusers@lists.iptel.org
Subject: [Serusers] libmysql

I have SER 0.9.3 and also MySQL 3.23.58  running in a FC3 box. When I uncommented ser.cfg for using mysql database I am getting: ERROR: load_module: could not open module </usr/local/lib/ser/modules/mysql.so>: libmysqlclient.so.12: canot open shared object file: No such file or directory. This file isn't anywhere in my machine. May be I don't have the mysql client installed or running?
How can I get this file?
Thanks
Juan