<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'><PRE wrap="">*Using Redhat Enterprise </PRE><PRE wrap="">*MySQL&nbsp; Version 14.12 Distrib 5.0.27, for pc-linux-gnu (i686) using readline 5.0<BR></PRE><PRE wrap="">
1) I've followed the instructions to install SER in conjunction with Mysql and I've even tried to compile in a different way (make group_include="standard standard-dep stable mysql" skip_modules="postgres" all) 

[root@filipides ser]# ser -f /usr/local/etc/ser/ser.cfg
Segment violation <BR>
I keep getting the same error:</PRE><PRE wrap="">
Sep 21 13:57:30 filipides ser: ERROR: load_module: could not open module /usr/local/lib/ser/modules/mysql.so&gt;: /usr/local/lib/ser/modules/mysql.so:
undefined symbol: log
Sep 21 13:57:30 filipides ser: parse error (81,13-14): failed to load module
</PRE><PRE wrap="">2) LOG can be found in the following modules (apart from the ser exe):</PRE><PRE wrap="">[root@filipides modules]# grep LOG *
Match in cpl-c.so
Match in dialog.so
Match in <FONT face="">mysql.so</FONT>
Match in pa.so
Match in xlog.so

3) In order to check the existence of that pattern I did the following search:</PRE><PRE wrap="">find . -name "*" -exec grep -l "LOG"  {} \; ,  and it's inside (almost) all the files and objects compiled.implementación. The compilation of the MySQL module seems to be correct.

gcc -shared  -Wl,-O2 -Wl,-E   dbase.o db_con.o db_mod.o my_con.o res.o
row.o utils.o val.o   -L/usr/lib/mysql -L/usr/local/lib
-L/usr/local/lib/mysql -L/usr/local/mysql/lib/mysql/
-L/usr/local/mysql/lib -L/usr/lib64/mysql -lmysqlclient -lz -o <FONT face=""><FONT face="">mysql.so</FONT></FONT>

and it doesn't give any errors. I've tried changing all the LOG calls in all the .c files of the MySQL module to printf. I've compiled and install and nothing changes. I keep getting the same error.</PRE><PRE wrap="">Do you have any clue of what I could be doing wrong?</PRE><PRE wrap="">Thank you in advance.




</PRE><br /><hr />¡Ya está aquí Windows Live Spaces! Ahora podrás crear fácilmente tu propio sitio Web. <a href='http://spaces.live.com/signup.aspx' target='_new'>Pruébalo</a></body>
</html>