<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body>Hi,<BR>&nbsp;<BR>Thanks for the message, I found <FONT><FONT>libmysqlclient.so.10</FONT></FONT> in /usr/lib/mysql, tried creating a symbolic link to it in /usr/local/lib/ser/modules, that didnt work. Then I copied libmysqlclient.so.10 to /usr/local/lib/ser/modules as libmysqlclient.so.12, that didnt work either, I still get exactly the same error saying "ser: ERROR: load_module: could not open module &lt;/usr/local/lib/ser/modules/<FONT>mysql.so</FONT>&gt;: libmysqlclient.so.12: cannot open shared object file: No such file or directory"<BR>&nbsp;<BR>I am sure the file does exist, still SER complains No such file or directory.... Isnt this very very strange?<BR>&nbsp;<BR>Anyother ideas?<BR><BR>Thanks again!<BR>&nbsp;<BR>Cheers <BR>^C<BR>&nbsp;<BR>&nbsp;<BR>&nbsp;<BR>&nbsp;<BR>&nbsp;<BR>_____________________________________________________________<BR>Hi,<BR><BR>libmysqlclient.so.x exist under /usr/local/lib/mysql/ in FreeBSD. I<BR>have SER running on my FreeBSD 5.4 box now and I had this problem<BR>before as well. What I did is just created a symbolic llink to<BR>libmysqlcllient.so.10, named libmysqlclient.so.12 as in<BR><BR># cd /usr/local/lib/mysql<BR># ln -s libmysqlclient.so.10 libmysqlclient.so.12<BR><BR>Though some ppl might discourage such a practice, it works well for me.<BR><BR>&nbsp;&nbsp; Andrey.<BR></body>
</html>