Thanks to all who responded. I first did what Harry proposed and found the module in the right place. As Jan supposed I have libmysqlclient.so.10 in my box. I will try Jason's way first and if I am not lucky I will upgrade to 4.0 Later I will have to go Kofi's way to make mysql auto start. What a great people! Thanks agn. Juan
-----Original Message----- From: Jan Janak [mailto:jan@iptel.org] Sent: Thursday, July 14, 2005 7:27 AM To: Juan Cc: serusers@lists.iptel.org Subject: Re: [Serusers] libmysql
On 13-07-2005 16:45, Juan wrote:
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
You probably have libmysqlclient.so.10 installed on your system, but you will need libmysqlclient.so.12. I recommend to upgrade mysql packages to 4.x
Jan.