3 Apr
2005
3 Apr
'05
1:13 a.m.
On Thu, 2005-03-31 at 19:17 +0200, Michael Goth wrote:
The version of mysql I'm using is 4.1.10a. Could this mean that dovecot uses a function ('sha1_result') that already exists in libmysqlclient.a?
Yes, and I'm not going to change it. Mysql is a library, and it's library's job to keep the exported functions in a namespace that is unlikely to conflict with the actual program that's trying to use the library.
Maybe this is fixed in newer versions? I don't know. If not, I'd suggest telling Mysql people to fix it. Dovecot won't be the only program having trouble with it.