Am Sonntag, den 16.08.2009, 23:06 +0800 schrieb Thomas Goirand:
> When there was multiple versions of MySQL in Debian, it was a known
> issue that running php-mysql linked with a different version of
> libmysql-client than mod_log_sql made apache crashes.
> 
> There is very little that can be done, as it's not possible to
> dynamically link apache TWICE with the same library function names. If
> you have any suggestion, I'm open to them, but I don't think there is
> a
> solution.

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





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to