Joachim Zobel wrote: > The weird thing is that mod_log_sql_mysql is _not_ linked against the > same libmysqlclient as php5. However I know an installation where both > are used without problems. > > j...@vostro:~$ ldd /usr/lib/apache2/modules/mod_log_sql_mysql.so | grep > mysql > libmysqlclient.so.15 => /usr/lib/libmysqlclient.so.15 > (0x00007f8c78d7a000) > j...@vostro:~$ ldd /usr/lib/php5/20060613/mysql.so | grep mysql > libmysqlclient_r.so.15 => /usr/lib/libmysqlclient_r.so.15 > (0x00007f1b7352c000) > > I will compile mod_log_sql_mysql against libmysqlclient_r to see if it > fixes my problem and do further research. > > Sincerely, > Joachim
What is this _r thing? Is that the new version of libmysqlclient? Is this only in SID and testing? Thanks for your details here, it's very valuable. Indeed, recompiling mod_log_sql might help. Thomas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org